Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 07:37:50 +0000 (15:37 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 07:37:50 +0000 (15:37 +0800)
Roo/bootstrap/MenuItem.js

index dabb427..210c0e3 100644 (file)
@@ -60,7 +60,7 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
     
     initEvents: function() {
         
-        this.el.select('a').on('click', this.onClick, this);
+        //this.el.select('a').on('click', this.onClick, this);
         
     },
     onClick : function(e)