Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / src / AbstractPlugin.js
index bc3ebef..4bd47e7 100644 (file)
@@ -23,12 +23,14 @@ Ext.define('Ext.AbstractPlugin', {
     /**
      * The init method is invoked after initComponent has been run for the
      * component which we are injecting the plugin into.
+     * @method
      */
     init: Ext.emptyFn,
 
     /**
      * The destroy method is invoked by the owning Component at the time the Component is being destroyed.
      * Use this method to clean up an resources.
+     * @method
      */
     destroy: Ext.emptyFn,