Roo/bootstrap/TableBody.js
authorEdward <edward@roojs.com>
Tue, 29 Apr 2014 04:38:53 +0000 (12:38 +0800)
committerEdward <edward@roojs.com>
Tue, 29 Apr 2014 04:38:53 +0000 (12:38 +0800)
Roo/bootstrap/TableBody.js

index 5978f4c..230bc71 100644 (file)
@@ -73,7 +73,7 @@ Roo.extend(Roo.bootstrap.TableBody, Roo.bootstrap.Component,  {
     
     onLoad: function () {
         
-        this.clearTabel();
+        this.clear();
         
         this.fireEvent('load', this);
     }