Roo/bootstrap/TableBody.js
authorEdward <edward@roojs.com>
Tue, 29 Apr 2014 04:59:28 +0000 (12:59 +0800)
committerEdward <edward@roojs.com>
Tue, 29 Apr 2014 04:59:28 +0000 (12:59 +0800)
Roo/bootstrap/TableBody.js

index e7034af..6c24081 100644 (file)
@@ -57,29 +57,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
         }
         
         return cfg;
-    },
-    
-    initEvents : function()
-    {
-        
-        if(!this.store){
-            return;
-        }
-        
-        this.store = Roo.factory(this.store, Roo.data);
-        this.store.on('load', this.onLoad, this);
-        
-        this.store.load();
-        
-    },
-    
-    onLoad: function () {
-        
-        this.clear();
-        
-        this.fireEvent('load', this);
     }
-   
 });