Roo/bootstrap/Navbar.js
authorAlan Knowles <alan@roojs.com>
Thu, 21 Aug 2014 07:21:34 +0000 (15:21 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 21 Aug 2014 07:21:34 +0000 (15:21 +0800)
Roo/bootstrap/Navbar.js

index b076a7c..0f5f0b5 100644 (file)
@@ -66,6 +66,9 @@ Roo.extend(Roo.bootstrap.Navbar, Roo.bootstrap.Component,  {
                 tag : 'ul'
             }
         ];
+        
+        
+        
         this.type = this.type || 'nav';
         if (['tabs','pills'].indexOf(this.type)!==-1) {
             cfg.cn[0].cls += ' nav-' + this.type