Roo/bootstrap/TableBody.js
authorEdward <edward@roojs.com>
Tue, 29 Apr 2014 05:27:47 +0000 (13:27 +0800)
committerEdward <edward@roojs.com>
Tue, 29 Apr 2014 05:27:47 +0000 (13:27 +0800)
Roo/bootstrap/TableBody.js

index 9c6dd39..e77af31 100644 (file)
@@ -83,7 +83,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
     
     clear: function() 
     {
-        Roo.log(this.el);
+        this.el.remove()
     }
    
 });