X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/Feature.html?ds=sidebyside diff --git a/docs/source/Feature.html b/docs/source/Feature.html index df1337da..3df55483 100644 --- a/docs/source/Feature.html +++ b/docs/source/Feature.html @@ -94,7 +94,7 @@ Ext.define('Ext.grid.feature.Feature', { * Abstract method to be overriden when a feature should add additional * arguments to its event signature. By default the event will fire: * - view - The underlying Ext.view.Table - * - featureTarget - The matched element by the defined {@link eventSelector} + * - featureTarget - The matched element by the defined {@link #eventSelector} * * The method must also return the eventName as the first index of the array * to be passed to fireEvent.