Roo/bootstrap/panel/Tabs.js
authorAlan Knowles <alan@roojs.com>
Mon, 3 Jul 2017 06:13:18 +0000 (14:13 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 3 Jul 2017 06:13:18 +0000 (14:13 +0800)
Roo/bootstrap/panel/Tabs.js

index 708b0d3..7afd7a2 100644 (file)
@@ -51,7 +51,7 @@ Roo.bootstrap.panel.Tabs = function(config){
     * The container element for this TabPanel.
     * @type Roo.Element
     */
-    this.el = Roo.get(config.el, true);
+    this.el = Roo.get(config.el);
     if(config){
         if(typeof config == "boolean"){
             this.tabPosition = config ? "bottom" : "top";