Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / docs / source / StoreManager.html
index 728b390..074a055 100644 (file)
@@ -170,7 +170,7 @@ Ext.define('Ext.data.StoreManager', {
     };
 
 <span id='Ext-method-getStore'>    /**
-</span>     * Gets a registered Store by id (shortcut to {@link #lookup})
+</span>     * Gets a registered Store by id (shortcut to {@link Ext.data.StoreManager#lookup})
      * @param {String/Object} id The id of the Store, or a Store instance
      * @return {Ext.data.Store}
      * @member Ext