Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 10:31:39 +0000 (18:31 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 10:31:39 +0000 (18:31 +0800)
Roo/bootstrap/MenuItem.js

index dbcf0b3..59dfe12 100644 (file)
@@ -17,16 +17,16 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
     
     getAutoCreate : function(){
         var cfg= {
-       // cls: '',
-           tag : 'li',
-           cn : [
-               {
-                   tag : 'a',
-                   href : '#',
-                   html : 'Link'
-               }
-           ]
-       };
+            // cls: '',
+             tag : 'li',
+             cn : [
+             {
+                 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 ;