Lines Matching defs:Base
2 * The base-pluginhost submodule adds Plugin support to Base, by augmenting Base with
3 * Plugin.Host and setting up static (class level) Base.plug and Base.unplug methods.
7 * @for Base
10 var Base = Y.Base,
13 Y.mix(Base, PluginHost, false, null, 1);
22 Base.plug = PluginHost.plug;
31 Base.unplug = PluginHost.unplug;