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

index 3eace14..4c682ad 100644 (file)
@@ -243,14 +243,15 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     {
         Roo.log('ds onload');
         
-        var _this = this;
+//        var _this = this;
         var tbody = this.el.select('tbody', true).first();
         if(this.store.getCount() > 0){
             this.store.data.each(function(d){
                 var row = {
                     tag : 'tr',
                     cn : []
-                }
+                };
+                
                 
                 tbody.createChild(row);