Roo/data/Store.js
authorEdward <edward@roojs.com>
Thu, 22 May 2014 10:43:21 +0000 (18:43 +0800)
committerEdward <edward@roojs.com>
Thu, 22 May 2014 10:43:21 +0000 (18:43 +0800)
Roo/data/Store.js

index d77c747..66ea15f 100644 (file)
@@ -233,6 +233,7 @@ Roo.extend(Roo.data.Store, Roo.util.Observable, {
     remove : function(record){
         Roo.log(record);
         Roo.log(this.data);
+        Roo.log(this.data.indexOf);
         var index = this.data.indexOf(record);
         this.data.removeAt(index);
         if(this.pruneModifiedRecords){