Lines Matching refs:Base
4 * The base-pluginhost submodule adds Plugin support to Base, by augmenting Base with
5 * Plugin.Host and setting up static (class level) Base.plug and Base.unplug methods.
9 * @for Base
12 var Base = Y.Base,
15 Y.mix(Base, PluginHost, false, null, 1);
24 Base.plug = PluginHost.plug;
33 Base.unplug = PluginHost.unplug;