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

index e8b829a..80ca34d 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.o.read = o;
+        this.o = o;
         var s = this.meta, Record = this.recordType,
             f = Record.prototype.fields, fi = f.items, fl = f.length;