From efa0df544eda69c824c08370181ecd91347dc095 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 15 May 2015 12:45:03 +0800 Subject: [PATCH] Roo/data/JsonReader.js --- Roo/data/JsonReader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2