Roo/data/JsonReader.js
authorjohn <john@roojs.com>
Tue, 20 Mar 2018 04:31:43 +0000 (12:31 +0800)
committerjohn <john@roojs.com>
Tue, 20 Mar 2018 04:31:43 +0000 (12:31 +0800)
Roo/data/JsonReader.js

index 361b361..72366b0 100644 (file)
@@ -170,6 +170,8 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
             }
         }
 
+        Roo.log(o);
+
        var root = this.getRoot(o), c = root.length, totalRecords = c, success = true;
        if(s.totalProperty){
             var vt = parseInt(this.getTotal(o), 10);