diff options
| author | Mark Otto <[email protected]> | 2016-11-25 14:59:28 -0800 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2016-11-25 14:59:28 -0800 |
| commit | 432fe74c3182f3be258320fec31b0a8c5d70848d (patch) | |
| tree | cfff52601575c2bc32e50ee5875ffe6f6f0f1b98 /js/tests/unit/button.js | |
| parent | b1b1f30cbd0f4f620047dc158cf91e328eeecc6b (diff) | |
| parent | c2616fb74e6bdc0cd46a5678a2c5cffcbe422106 (diff) | |
| download | bootstrap-432fe74c3182f3be258320fec31b0a8c5d70848d.tar.xz bootstrap-432fe74c3182f3be258320fec31b0a8c5d70848d.zip | |
Merge branch 'eslint' of https://github.com/bardiharborow/bootstrap into bardiharborow-eslint
Diffstat (limited to 'js/tests/unit/button.js')
| -rw-r--r-- | js/tests/unit/button.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/button.js b/js/tests/unit/button.js index 5648506cf..7fd86e13a 100644 --- a/js/tests/unit/button.js +++ b/js/tests/unit/button.js @@ -1,5 +1,5 @@ $(function () { - 'use strict'; + 'use strict' QUnit.module('button plugin') |
