Roo/bootstrap/panel/Content.js
authoredward <edward@roojs.com>
Sat, 14 Apr 2018 05:49:20 +0000 (13:49 +0800)
committeredward <edward@roojs.com>
Sat, 14 Apr 2018 05:49:20 +0000 (13:49 +0800)
Roo/bootstrap/panel/Content.js

index 888fcb4..4db1d1e 100644 (file)
@@ -406,15 +406,6 @@ panel.load({
         }
     },
     
-    getTitleItem : function()
-    {
-        if(!this.region || !this.region.tabs){
-            return false;
-        }
-        
-        return this.region.tabs.getTab(this.getEl().id);
-    },
-    
     /**
      * Returns true is this panel was configured to be closable
      * @return {Boolean}