X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Memory.html diff --git a/docs/source/Memory.html b/docs/source/Memory.html index 49e98ad2..cae77d18 100644 --- a/docs/source/Memory.html +++ b/docs/source/Memory.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @author Ed Spencer
  * @class Ext.data.proxy.Memory
  * @extends Ext.data.proxy.Client
@@ -58,7 +75,7 @@ Ext.define('Ext.data.proxy.Memory', {
     alias: 'proxy.memory',
     alternateClassName: 'Ext.data.MemoryProxy',
 
-    /**
+    /**
      * @cfg {Array} data Optional array of Records to load into the Proxy
      */
 
@@ -69,7 +86,7 @@ Ext.define('Ext.data.proxy.Memory', {
         this.setReader(this.reader);
     },
 
-    /**
+    /**
      * Reads data from the configured {@link #data} object. Uses the Proxy's {@link #reader}, if present
      * @param {Ext.data.Operation} operation The read Operation
      * @param {Function} callback The callback to call when reading has completed
@@ -91,4 +108,6 @@ Ext.define('Ext.data.proxy.Memory', {
 
     clear: Ext.emptyFn
 });
-
\ No newline at end of file +
+ +