From: Alan Knowles Date: Thu, 11 Sep 2014 09:18:37 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=25d619f10c35b7951d044130e1cf877c83ba2013 Roo/bootstrap/Button.js roojs-bootstrap-debug.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index ffc70ebb01..752fcf0b76 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -268,7 +268,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { if (typeof (this.menu) != 'undefined') { this.menu.parentType = this.xtype; this.menu.triggerEl = this.el; - cn.addxtype(Roo.apply({}, this.menu)); + this.addxtype(Roo.apply({}, this.menu)); }