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

index 7afd7a2..6ffcb1c 100644 (file)
@@ -52,6 +52,7 @@ Roo.bootstrap.panel.Tabs = function(config){
     * @type Roo.Element
     */
     this.el = Roo.get(config.el);
+    delete config.el;
     if(config){
         if(typeof config == "boolean"){
             this.tabPosition = config ? "bottom" : "top";