X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fdata%2FJsonReader.js;fp=Roo%2Fdata%2FJsonReader.js;h=417f5629b5d745afae3789e4f182595c3afeea11;hp=3c95200ccf07cf6addfd74f01124791cfef2336c;hb=efa0df544eda69c824c08370181ecd91347dc095;hpb=47fb17fb0d5a8472b7bf90949c7576f2649a9616 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) {