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

index ca32d43..1b67260 100644 (file)
@@ -114,6 +114,7 @@ Roo.extend(Roo.bootstrap.Navbar, Roo.bootstrap.Component,  {
             
             if (['fixed-top','fixed-bottom','static-top'].indexOf(this.position)>-1) {
                 cfg.cls += ' navbar-' + this.position;
+                // 
                 cfg.tag = this.position  == 'fixed-bottom' ? 'footer' : 'header';
             }