From: Edward Date: Wed, 8 Aug 2018 08:46:11 +0000 (+0800) Subject: Roo/bootstrap/Button.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=d2ca26483858bec0e67fbad402fe83c23f73ce70 Roo/bootstrap/Button.js --- diff --git a/Roo/bootstrap/Button.js b/Roo/bootstrap/Button.js index 24026e4ea4..038e3dbd78 100644 --- a/Roo/bootstrap/Button.js +++ b/Roo/bootstrap/Button.js @@ -309,9 +309,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component, { } if (this.pressed === true || this.pressed === false) { - this.pressed = !this.pressed; - this.el[this.pressed ? 'addClass' : 'removeClass']('active'); - this.fireEvent('toggle', this, e, this.pressed); + this.toggleActive(!this.pressed); }