From 25d619f10c35b7951d044130e1cf877c83ba2013 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 11 Sep 2014 17:18:37 +0800 Subject: [PATCH] Roo/bootstrap/Button.js roojs-bootstrap-debug.js --- Roo/bootstrap/Button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)); } -- 2.39.2