diff options
| author | Bardi Harborow <[email protected]> | 2016-11-22 01:36:00 +1100 |
|---|---|---|
| committer | Bardi Harborow <[email protected]> | 2016-11-24 11:59:55 +1100 |
| commit | c2616fb74e6bdc0cd46a5678a2c5cffcbe422106 (patch) | |
| tree | c9f2db3c292861301816f255bbe25b9b45fdd8b2 /js/tests/unit/collapse.js | |
| parent | 26c16743fce73db5f85c9f16fe59242f876c5360 (diff) | |
| download | bootstrap-c2616fb74e6bdc0cd46a5678a2c5cffcbe422106.tar.xz bootstrap-c2616fb74e6bdc0cd46a5678a2c5cffcbe422106.zip | |
Make JS compliant with the new ESLint rules.
Diffstat (limited to 'js/tests/unit/collapse.js')
| -rw-r--r-- | js/tests/unit/collapse.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/js/tests/unit/collapse.js b/js/tests/unit/collapse.js index 25bb7772e..7db69e2cf 100644 --- a/js/tests/unit/collapse.js +++ b/js/tests/unit/collapse.js @@ -1,5 +1,5 @@ $(function () { - 'use strict'; + 'use strict' QUnit.module('collapse plugin') @@ -56,14 +56,14 @@ $(function () { assert.expect(2) var html = [ '<div class="panel-group" id="accordion1">', - '<div class="panel">', - '<div id="collapse1" class="collapse"/>', - '</div>', + '<div class="panel">', + '<div id="collapse1" class="collapse"/>', + '</div>', '</div>', '<div class="panel-group" id="accordion2">', - '<div class="panel">', - '<div id="collapse2" class="collapse active"/>', - '</div>', + '<div class="panel">', + '<div id="collapse2" class="collapse active"/>', + '</div>', '</div>' ].join('') $(html).appendTo('#qunit-fixture') |
