aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/button.js
diff options
context:
space:
mode:
authorHeinrich Fenkart <[email protected]>2014-07-06 11:56:12 +0200
committerHeinrich Fenkart <[email protected]>2014-07-06 11:56:12 +0200
commit58eb8b2ae39baeb37514e5bf5ffcaf2a7c221202 (patch)
tree52eb86c31ffc4d9c8322c3a41e821d384a42085f /js/tests/unit/button.js
parentdad56be96c5bbecf331c279e82db1dc6211616d2 (diff)
downloadbootstrap-58eb8b2ae39baeb37514e5bf5ffcaf2a7c221202.tar.xz
bootstrap-58eb8b2ae39baeb37514e5bf5ffcaf2a7c221202.zip
Move to leading pluses
Diffstat (limited to 'js/tests/unit/button.js')
-rw-r--r--js/tests/unit/button.js22
1 files changed, 11 insertions, 11 deletions
diff --git a/js/tests/unit/button.js b/js/tests/unit/button.js
index 04457010e..bd431d546 100644
--- a/js/tests/unit/button.js
+++ b/js/tests/unit/button.js
@@ -115,17 +115,17 @@ $(function () {
})
test('should check for closest matching toggle', function () {
- var groupHTML = '<div class="btn-group" data-toggle="buttons">' +
- '<label class="btn btn-primary active">' +
- '<input type="radio" name="options" id="option1" checked="true"> Option 1' +
- '</label>' +
- '<label class="btn btn-primary">' +
- '<input type="radio" name="options" id="option2"> Option 2' +
- '</label>' +
- '<label class="btn btn-primary">' +
- '<input type="radio" name="options" id="option3"> Option 3' +
- '</label>' +
- '</div>'
+ var groupHTML = '<div class="btn-group" data-toggle="buttons">'
+ + '<label class="btn btn-primary active">'
+ + '<input type="radio" name="options" id="option1" checked="true"> Option 1'
+ + '</label>'
+ + '<label class="btn btn-primary">'
+ + '<input type="radio" name="options" id="option2"> Option 2'
+ + '</label>'
+ + '<label class="btn btn-primary">'
+ + '<input type="radio" name="options" id="option3"> Option 3'
+ + '</label>'
+ + '</div>'
var $group = $(groupHTML).appendTo('#qunit-fixture')
var $btn1 = $group.children().eq(0)