Roo/data/Store.js
[roojs1] / Roo / data / Store.js
index 2c7f23d..1153f67 100644 (file)
@@ -233,6 +233,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
     remove : function(record){
         var index = this.data.indexOf(record);
         this.data.removeAt(index);
         if(this.pruneModifiedRecords){
             this.modified.remove(record);
         }
@@ -432,9 +433,6 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
         }
             
         this.fireEvent("load", this, r, options, o);
-        
-        Roo.log(options.callback);
-        
         if(options.callback){
             options.callback.call(options.scope || this, r, options, true);
         }
@@ -452,6 +450,13 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
         var r = this.reader.readRecords(o);
         this.loadRecords(r, {add: append}, true);
     },
+    
+    
+    loadDataFromChildren : function(rec)
+    {
+        
+    },
+    
 
     /**
      * Gets the number of cached records.