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

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