From: Edward Date: Fri, 5 Dec 2014 09:24:34 +0000 (+0800) Subject: Roo/bootstrap/menu/Item.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=48e0a179f43d2cd70ffefe5365953b876be417c5;p=roojs1 Roo/bootstrap/menu/Item.js --- diff --git a/Roo/bootstrap/menu/Item.js b/Roo/bootstrap/menu/Item.js index 5ee4f226f0..efb3a7f0c6 100644 --- a/Roo/bootstrap/menu/Item.js +++ b/Roo/bootstrap/menu/Item.js @@ -107,8 +107,8 @@ Roo.extend(Roo.bootstrap.menu.Item, Roo.bootstrap.Component, { initEvents : function() { - this.el.select('a', true).first().on('mouseover', this.onMouseOver, this); - this.el.select('a', true).first().on('mouseout', this.onMouseOut, this); + 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);