Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Mon, 25 Aug 2014 07:33:26 +0000 (15:33 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 25 Aug 2014 07:33:26 +0000 (15:33 +0800)
Roo/bootstrap/MenuItem.js

index 00ac218..91d1471 100644 (file)
@@ -45,13 +45,13 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
            tag: 'li',
         cls: 'dropdown-menu-item',
            cn: [
-            {
-                tag : 'a',
-                href : '#',
-                html : 'Link'
-            }
-           ]
-    };
+                {
+                    tag : 'a',
+                    href : '#',
+                    html : 'Link'
+                }
+            ]
+        };
        
         cfg.cn[0].href = this.href || cfg.cn[0].href ;
         cfg.cn[0].html = this.html || cfg.cn[0].html ;