X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/StoreManager.html diff --git a/docs/source/StoreManager.html b/docs/source/StoreManager.html index fb1c49ba..728b390b 100644 --- a/docs/source/StoreManager.html +++ b/docs/source/StoreManager.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.data.StoreManager
  * @extends Ext.util.MixedCollection
  * <p>Contains a collection of all stores that are created that have an identifier.
@@ -38,11 +55,11 @@ Ext.define('Ext.data.StoreManager', {
     singleton: true,
     uses: ['Ext.data.ArrayStore'],
     
-    /**
+    /**
      * @cfg {Object} listeners @hide
      */
 
-    /**
+    /**
      * Registers one or more Stores with the StoreManager. You do not normally need to register stores
      * manually.  Any store initialized with a {@link Ext.data.Store#storeId} will be auto-registered. 
      * @param {Ext.data.Store} store1 A Store instance
@@ -55,7 +72,7 @@ Ext.define('Ext.data.StoreManager', {
         }
     },
 
-    /**
+    /**
      * Unregisters one or more Stores with the StoreManager
      * @param {String/Object} id1 The id of the Store, or a Store instance
      * @param {String/Object} id2 (optional)
@@ -67,7 +84,7 @@ Ext.define('Ext.data.StoreManager', {
         }
     },
 
-    /**
+    /**
      * Gets a registered Store by id
      * @param {String/Object} id The id of the Store, or a Store instance, or a store configuration
      * @return {Ext.data.Store}
@@ -163,4 +180,6 @@ Ext.define('Ext.data.StoreManager', {
         return Ext.data.StoreManager.lookup(name);
     };
 });
-
\ No newline at end of file +
+ +