better support for mailchimp emails
[roojs1] / Roo / bootstrap / Navbar.Item.js
index 7c5989f..3689bdf 100644 (file)
@@ -2,39 +2,10 @@
  * - LGPL
  *
  * row
- * 
  */ 
-Roo.bootstrap.Navbar.Item = function(config){
-    Roo.bootstrap.Navbar.Item.superclass.constructor.call(this, config);
-};
-
-Roo.extend(Roo.bootstrap.Navbar.Item, Roo.bootstrap.Component,  {
-      
-       href : false,
-    html : false,
-    
-    autoCreate : {
-        cls: 'nav navbar-nav',
-        tag : 'li',
-        cn : [
-            {
-                tag : 'a',
-                href : '#',
-                html : 'Link'
-            }
-        ]
-    },
-    
-    getAutoCreate : function(){
-        
-        var cfg = Roo.apply({}, Roo.bootstrap.Navbar.Item.superclass.getAutoCreate.call(this));
-        cfg.cn[0].href = this.href || cfg.cn[0].href ;
-        cfg.cn[0].html = this.html || cfg.cn[0].html ;
-        return cfg;
-    }
-   
-});
-
+ // moved to Navbar/Item.js
  
 
  
\ No newline at end of file