Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 06:40:00 +0000 (14:40 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 16 May 2014 06:40:00 +0000 (14:40 +0800)
Roo/bootstrap/MenuItem.js

index 7a003bc..f7890c5 100644 (file)
@@ -59,8 +59,8 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
     },
     
     initEvents: function() {
-        
-        this.el.on('click', this.onClick, this);
+        // this is handled by the menu?
+       // this.el.on('click', this.onClick, this);
         
     },
     onClick : function(e)