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

index c8b5fbb..430161b 100644 (file)
@@ -61,12 +61,12 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
     
     initEvents : function()
     {
-        Roo.log('this.store');
-        Roo.log(this.store);
+        
         if(!this.store){
             return;
         }
-        
+        Roo.log('this.store');
+        Roo.log(this.store);
         this.store = Roo.factory(this.store, Roo.data);
         this.store.on('load', this.onLoad, this);