Roo/Toolbar.js
authorEdward <edward@roojs.com>
Tue, 19 May 2015 10:09:48 +0000 (18:09 +0800)
committerEdward <edward@roojs.com>
Tue, 19 May 2015 10:09:48 +0000 (18:09 +0800)
Roo/Toolbar.js

index eaefa2e..25a5c34 100644 (file)
@@ -522,11 +522,7 @@ Roo.Toolbar.TextItem = function(text){
 };
 Roo.extend(Roo.Toolbar.TextItem, Roo.Toolbar.Item, {
     
-    render : function(td){
-        this.td = td;
-        Roo.Toolbar.TextItem.superclass.render.call(this, td);
-    },
-    
+     
     enable:Roo.emptyFn,
     disable:Roo.emptyFn,
     focus:Roo.emptyFn