/* editior-description:do_not_use */

$.data.ceEditorMethods = {
	
	runEditor: function(elm) {
		return true;
	},

	destroyEditor: function(elm) {
		return true;
	},

	recoverEditor: function(elm) {
		return true;
	}
}
