X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Array.html diff --git a/docs/source/Array.html b/docs/source/Array.html index e51b813e..1ad7d704 100644 --- a/docs/source/Array.html +++ b/docs/source/Array.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @author Ed Spencer
  * @class Ext.data.reader.Array
  * @extends Ext.data.reader.Json
@@ -40,7 +57,7 @@ Ext.define('Ext.data.reader.Array', {
     alternateClassName: 'Ext.data.ArrayReader',
     alias : 'reader.array',
 
-    /**
+    /**
      * @private
      * Most of the work is done for us by JsonReader, but we need to overwrite the field accessors to just
      * reference the correct position in the array.
@@ -64,4 +81,6 @@ Ext.define('Ext.data.reader.Array', {
         this.extractorFunctions = extractorFunctions;
     }
 });
-
\ No newline at end of file +
+ +