Roo/bootstrap/TableRow.js
authorEdward <edward@roojs.com>
Mon, 7 Apr 2014 05:52:53 +0000 (13:52 +0800)
committerEdward <edward@roojs.com>
Mon, 7 Apr 2014 05:52:53 +0000 (13:52 +0800)
Roo/bootstrap/TableRow.js

index 773a993..86618ae 100644 (file)
@@ -29,11 +29,6 @@ Roo.extend(Roo.bootstrap.TableRow, Roo.bootstrap.Component,  {
        }
        
         return cfg;
-    },
-    
-    getChildContainer : function()
-    {
-        return this.el.select('tbody', true).first();
     }
    
 });