Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2016-11-26 22:16:53 +0300
committerMark Otto <markdotto@gmail.com>2016-11-26 22:16:53 +0300
commitc7b8451cdcd4930ba58af27a51d4247d1114a59b (patch)
tree2cb8f1caca7d9c3375999eeff435adf295eaf2ff /js/dist/button.js
parent73a320a27fc2c442af032390e426501b7a41a0e6 (diff)
grunt
Diffstat (limited to 'js/dist/button.js')
-rw-r--r--js/dist/button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/dist/button.js b/js/dist/button.js
index 1177df4db4..eff882c6d7 100644
--- a/js/dist/button.js
+++ b/js/dist/button.js
@@ -82,7 +82,7 @@ var Button = function ($) {
if (triggerChangeEvent) {
input.checked = !$(this._element).hasClass(ClassName.ACTIVE);
- $(this._element).trigger('change');
+ $(input).trigger('change');
}
input.focus();