From: Edward Date: Thu, 4 Dec 2014 05:55:54 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=6ddbfeb674f8b7c1cfc09c30d2b0d9e8fffd519d Roo/bootstrap/Button.js --- 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));