base-pluginhost-debug.js revision 9bd4bbae8fe38ed2b644bec08d4119e97434f96f
/**
* The base-pluginhost submodule added Plugin support to Base, by augmenting Base with
* Plugin.Host and setting up static Base.plug and Base.unplug methods.
*
* @module base
* @submodule base-pluginhost
* @for Base
*/
/**
* Alias for <a href="Plugin.Host.html#method_Plugin.Host.plug">Plugin.Host.plug</a>. See aliased
* method for argument and return value details.
*
* @method Base.plug
* @static
*/
/**
* Alias for <a href="Plugin.Host.html#method_Plugin.Host.unplug">Plugin.Host.unplug</a>. See the
* aliased method for argument and return value details.
*
* @method Base.unplug
* @static
*/