From: Alan Knowles Date: Fri, 7 Feb 2014 07:35:30 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=532b8e1c169c22e3091fc37cf8bdd654dfe4a5a5;p=roojs1 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index f15af89f93..62acf31486 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -228,7 +228,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { onClick : function(e) { e.preventDefault(); - this.fireEvent('click', thism3); + this.fireEvent('click', this, e); }