Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Wed, 8 Aug 2018 08:42:03 +0000 (16:42 +0800)
committerEdward <edward@roojs.com>
Wed, 8 Aug 2018 08:42:03 +0000 (16:42 +0800)
Roo/bootstrap/Table.js

index 48f371c..c0a6efe 100644 (file)
@@ -717,7 +717,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
     
     
     
-    onLoad : function(e)
+    onLoad : function(event)
     {
 //        Roo.log('ds onload');
         this.clear();
@@ -766,7 +766,7 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         Roo.each(this.el.select('tbody td', true).elements, function(e){
             e.on('mouseout', _this.onMouseout, _this);
         });
-        this.fireEvent('rowsrendered', this, e);
+        this.fireEvent('rowsrendered', this, event);
         //if(this.loadMask){
         //    this.maskEl.hide();
         //}