diff options
| author | XhmikosR <[email protected]> | 2019-02-21 15:55:16 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-03-11 17:01:28 +0200 |
| commit | 44e6abcba50309df4fae56a9c7ef79145b64a356 (patch) | |
| tree | 52cbc26a6bc4faf1b61f271619ef0fd50775e8c6 /js/tests/unit/tab.js | |
| parent | 8896827bd072a120705a0576a5bcde69c8ce2cda (diff) | |
| download | bootstrap-44e6abcba50309df4fae56a9c7ef79145b64a356.tar.xz bootstrap-44e6abcba50309df4fae56a9c7ef79145b64a356.zip | |
Switch to eslint-config-xo and eslint-plugin-unicorn.
Diffstat (limited to 'js/tests/unit/tab.js')
| -rw-r--r-- | js/tests/unit/tab.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/tab.js b/js/tests/unit/tab.js index 114e97610..0675126f8 100644 --- a/js/tests/unit/tab.js +++ b/js/tests/unit/tab.js @@ -1,7 +1,7 @@ $(function () { 'use strict' - var Tab = typeof window.bootstrap !== 'undefined' ? window.bootstrap.Tab : window.Tab + var Tab = typeof window.bootstrap === 'undefined' ? window.Tab : window.bootstrap.Tab QUnit.module('tabs plugin') |
