Roo/data/JsonReader.js
authorjohn <john@roojs.com>
Fri, 11 May 2018 03:45:42 +0000 (11:45 +0800)
committerjohn <john@roojs.com>
Fri, 11 May 2018 03:45:42 +0000 (11:45 +0800)
Roo/data/JsonReader.js

index 361b361..9d7b59a 100644 (file)
@@ -144,6 +144,9 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
         var s = this.meta, Record = this.recordType,
             f = Record ? Record.prototype.fields : null, fi = f ? f.items : [], fl = f ? f.length : 0;
 
+        Roo.log('-----------------');
+        Roo.log(s);
+
 //      Generate extraction functions for the totalProperty, the root, the id, and for each field
         if (!this.ef) {
             if(s.totalProperty) {