X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/src/AbstractPlugin.js?ds=sidebyside diff --git a/src/AbstractPlugin.js b/src/AbstractPlugin.js index bc3ebef2..4bd47e71 100644 --- a/src/AbstractPlugin.js +++ b/src/AbstractPlugin.js @@ -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,