Roo/bootstrap/Table.js
authorEdward <edward@roojs.com>
Wed, 7 Jan 2015 05:56:40 +0000 (13:56 +0800)
committerEdward <edward@roojs.com>
Wed, 7 Jan 2015 05:56:40 +0000 (13:56 +0800)
Roo/bootstrap/Table.js

index e40ee5f..878266b 100644 (file)
@@ -253,11 +253,6 @@ Roo.extend(Roo.bootstrap.Table, Roo.bootstrap.Component,  {
         
         this.el.on("click", this.onClick, this);
         this.el.on("dblclick", this.onDblClick, this);
-        Roo.log('td!!!!!!!!!!!!!!!!!!!!!!!!1');
-        Roo.each(this.el.select('tbody td', true).elements, function(e){
-            Roo.log(e);
-            e.on('mouseover', _this.onMouseover, _this);
-        });
         
         this.parent().el.setStyle('position', 'relative');
         if (this.footer) {