Roo/data/JsonReader.js
authorAlan Knowles <alan@roojs.com>
Thu, 27 Dec 2012 06:19:12 +0000 (14:19 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 27 Dec 2012 06:19:12 +0000 (14:19 +0800)
Roo/data/JsonReader.js

index 92ba26d..e8b829a 100644 (file)
@@ -139,7 +139,7 @@ Roo.extend(Roo.data.JsonReader, Roo.data.DataReader, {
          * After any data loads, the raw JSON data is available for further custom processing.
          * @type Object
          */
-        this.jsonData = o;
+        this.o.read = o;
         var s = this.meta, Record = this.recordType,
             f = Record.prototype.fields, fi = f.items, fl = f.length;