Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / Feature.html
index df1337d..3df5548 100644 (file)
@@ -94,7 +94,7 @@ Ext.define('Ext.grid.feature.Feature', {
 </span>     * 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.