Roo/data/JsonReader.js
authorEdward <edward@roojs.com>
Fri, 15 May 2015 04:45:03 +0000 (12:45 +0800)
committerEdward <edward@roojs.com>
Fri, 15 May 2015 04:45:03 +0000 (12:45 +0800)
Roo/data/JsonReader.js

index 3c95200..417f562 100644 (file)
@@ -141,7 +141,7 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
          */
         this.o = o;
         var s = this.meta, Record = this.recordType,
-            f = Record ? Record.prototype.fields : null, fi = f ? f.items : [], fl = f ? f.length: 0;
+            f = Record ? Record.prototype.fields : null, fi = f ? f.items : [], fl = f ? f.length : 0;
 
 //      Generate extraction functions for the totalProperty, the root, the id, and for each field
         if (!this.ef) {