X-Git-Url: http://git.roojs.org/?p=roojs1;a=blobdiff_plain;f=Roo%2Fdata%2FJsonReader.js;fp=Roo%2Fdata%2FJsonReader.js;h=17ae6b4c3b58bc3d38ac3e28cb619a7934d1f852;hp=361b361ecc8d2db8d862da2d79e8b45db8686bde;hb=cf55d5c7d44f24bf2ed5a0a3ae7dc453d4690f61;hpb=2f178516c608dae7364da35b57fd94f1c3c780a5 diff --git a/Roo/data/JsonReader.js b/Roo/data/JsonReader.js index 361b361ecc..17ae6b4c3b 100644 --- a/Roo/data/JsonReader.js +++ b/Roo/data/JsonReader.js @@ -144,6 +144,12 @@ 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); + Roo.log(Record); + Roo.log(f); + + // Generate extraction functions for the totalProperty, the root, the id, and for each field if (!this.ef) { if(s.totalProperty) {