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

index c4be5cf..82bfeaa 100644 (file)
@@ -74,16 +74,8 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
     },
     
     onLoad: function () 
-    {
-        
-        this.clear();
-        
+    {   
         this.fireEvent('load', this);
-    },
-    
-    clear: function() 
-    {
-        this.el.dom.innerHTML = '';
     }
    
 });