From aaac966ec85108b0007e24b7a5fbfb949f083210 Mon Sep 17 00:00:00 2001 From: Edward Date: Fri, 5 Dec 2014 11:05:36 +0800 Subject: [PATCH] Roo/bootstrap/menu/Menu.js --- Roo/bootstrap/menu/Menu.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/menu/Menu.js b/Roo/bootstrap/menu/Menu.js index dfcc898ef0..64b77e733d 100644 --- a/Roo/bootstrap/menu/Menu.js +++ b/Roo/bootstrap/menu/Menu.js @@ -125,6 +125,7 @@ Roo.extend(Roo.bootstrap.menu.Menu, Roo.bootstrap.Component, { this.triggerEl.on('click', this.onTriggerPress, this); this.buttonEl = this.el.select('button.dropdown-button', true).first(); + Roo.log(this.buttonEl); this.buttonEl.on('click', this.onClick, this); }, -- 2.39.2