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

index b26bb5c..e7034af 100644 (file)
@@ -67,10 +67,10 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
         }
         
         this.store = Roo.factory(this.store, Roo.data);
-        Roo.log('this.store');
-        Roo.log(this.store);
         this.store.on('load', this.onLoad, this);
         
+        this.store.load();
+        
     },
     
     onLoad: function () {