From: Edward Date: Fri, 15 May 2015 04:45:03 +0000 (+0800) Subject: Roo/data/JsonReader.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=efa0df544eda69c824c08370181ecd91347dc095 Roo/data/JsonReader.js --- diff --git a/Roo/data/JsonReader.js b/Roo/data/JsonReader.js index 3c95200ccf..417f5629b5 100644 --- a/Roo/data/JsonReader.js +++ b/Roo/data/JsonReader.js @@ -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) {