Roo/bootstrap/Navbar.js
authorJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 11:40:52 +0000 (19:40 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 27 Jan 2014 11:40:52 +0000 (19:40 +0800)
Roo/bootstrap/Navbar.js

index 90e2060..db71514 100644 (file)
@@ -165,7 +165,7 @@ Roo.extend(Roo.bootstrap.Navbar, Roo.bootstrap.Component,  {
         if (this.bar === true) {
             return this.el.select('.collapse',true).first();
         }
-        console.log(this.el)
+        console.log(this.items)
         return this.el;
     }