Searched defs:EditorParaBase (Results 1 - 1 of 1) sorted by relevance

/yui3/src/editor/js/
H A Deditor-para-base.js4 * @class Plugin.EditorParaBase
12 var EditorParaBase = function() { function
13 EditorParaBase.superclass.constructor.apply(this, arguments);
18 Y.extend(EditorParaBase, Y.Base, {
117 Y.Plugin.EditorParaBase = EditorParaBase;

Completed in 131 milliseconds