From 6ddbfeb674f8b7c1cfc09c30d2b0d9e8fffd519d Mon Sep 17 00:00:00 2001 From: Edward Date: Thu, 4 Dec 2014 13:55:54 +0800 Subject: [PATCH] Roo/bootstrap/Button.js --- Roo/bootstrap/Button.js | 1 + 1 file changed, 1 insertion(+) diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 29beaf86a1..659ee18ea9 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -267,6 +267,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { // add the menu... if (typeof (this.menu) != 'undefined') { + Roo.log('parentType : ' + this.xtype); this.menu.parentType = this.xtype; this.menu.triggerEl = this.el; this.addxtype(Roo.apply({}, this.menu)); -- 2.39.2