1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-11 08:04:59 +02:00

Run grunt.

[ci skip]
This commit is contained in:
XhmikosR
2016-02-19 13:10:46 +02:00
parent 9989966dde
commit 255e89b241
16 changed files with 24 additions and 24 deletions

2
js/dist/button.js vendored
View File

@@ -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));