Skip to content

Commit fc9967e

Browse files
authored
Fix test failure with jQuery 1.9.1 (#24706)
1 parent 79d6b57 commit fc9967e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tests/unit/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ $(function () {
158158

159159
QUnit.test('should handle disabled attribute on non-button elements', function (assert) {
160160
assert.expect(2)
161-
var groupHTML = ' <div class="btn-group disabled" data-toggle="buttons" aria-disabled="true" disabled>'
161+
var groupHTML = '<div class="btn-group disabled" data-toggle="buttons" aria-disabled="true" disabled>'
162162
+ '<label class="btn btn-danger disabled" aria-disabled="true" disabled>'
163163
+ '<input type="checkbox" aria-disabled="true" autocomplete="off" disabled class="disabled"/>'
164164
+ '</label>'

0 commit comments

Comments
 (0)