Roo/bootstrap/Table.js
authoredward <edward@roojs.com>
Tue, 2 Jan 2018 09:21:12 +0000 (17:21 +0800)
committeredward <edward@roojs.com>
Tue, 2 Jan 2018 09:21:12 +0000 (17:21 +0800)
Roo/bootstrap/Table.js

index 4901fc5..99e9df9 100644 (file)
@@ -222,7 +222,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     container: false, // used by gridpanel...
     
     lazyLoad : false,
-    previousStore : false,
     
     getAutoCreate : function()
     {
@@ -717,11 +716,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
 //        Roo.log('ds onload');
         this.clear();
         
-        if(this.previousStore){
-            
-            Roo.log(this.previousStore);
-        }
-        
         var _this = this;
         var cm = this.cm;
         var ds = this.store;