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:
authorXhmikosR <xhmikosr@gmail.com>2016-02-19 14:10:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2016-02-19 14:14:47 +0300
commit255e89b2415e17fed75ca16962175f5d468edb1a (patch)
tree1db6713adbd2ad9595f268f99ff660a8a5c87e90 /js/dist/button.js
parent9989966ddedbdb4c424e0a12c2f00cddeb01ac9a (diff)
Run grunt.
[ci skip]
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 1486e745d6..ec9501aa7b 100644
--- a/js/dist/button.js
+++ b/js/dist/button.js
@@ -96,7 +96,7 @@ var Button = (function ($) {
$(this._element).trigger('change');
}
- $(input).trigger('focus');
+ input.focus();
}
} else {
this._element.setAttribute('aria-pressed', !$(this._element).hasClass(ClassName.ACTIVE));