Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Mon, 12 May 2014 09:07:20 +0000 (17:07 +0800)
committerEdward <edward@roojs.com>
Mon, 12 May 2014 09:07:20 +0000 (17:07 +0800)
Roo/bootstrap/Table.js

index ae94e2f..e132ab5 100644 (file)
@@ -183,10 +183,12 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
             return;
         }
         
+        Roo.log('initEvents with ds!!!!');
+        
         this.store.on('load', this.onLoad, this);
         this.store.on('beforeload', this.onBeforeLoad, this);
         
-        Roo.log('initEvents!!!!');
+        
         
         
     },