Roo/data/Store.js
authoredward <edward@roojs.com>
Thu, 28 Dec 2017 04:04:12 +0000 (12:04 +0800)
committeredward <edward@roojs.com>
Thu, 28 Dec 2017 04:04:12 +0000 (12:04 +0800)
Roo/data/Store.js

index 4dbb397..69f0add 100644 (file)
@@ -420,6 +420,8 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
             this.totalLength = Math.max(t, this.data.length+r.length);
             this.add(r);
         }
+        
+        Roo.log(this.parent);
         this.fireEvent("load", this, r, options, o);
         if(options.callback){
             options.callback.call(options.scope || this, r, options, true);