Roo/bootstrap/menu/Item.js
[roojs1] / Roo / bootstrap / menu / Item.js
index 1c7fd06..71e6bd1 100644 (file)
@@ -80,7 +80,7 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component,  {
         Roo.log(this.el);
         this.el.on('mouseover', this.onMouseOver, this);
         this.el.on('mouseout', this.onMouseOut, this);
-        this.el.select('a', true).first().on('click', this.onClick, this);
+        this.el.on('click', this.onClick, this);
         
     },