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

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