aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/tab.js
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-21 15:55:16 +0200
committerXhmikosR <[email protected]>2019-03-11 17:01:28 +0200
commit44e6abcba50309df4fae56a9c7ef79145b64a356 (patch)
tree52cbc26a6bc4faf1b61f271619ef0fd50775e8c6 /js/tests/unit/tab.js
parent8896827bd072a120705a0576a5bcde69c8ce2cda (diff)
downloadbootstrap-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.js2
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')