2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

Switch to eslint-config-xo and eslint-plugin-unicorn.

This commit is contained in:
XhmikosR
2019-02-21 15:55:16 +02:00
parent 8896827bd0
commit 44e6abcba5
7 changed files with 419 additions and 280 deletions
+1 -1
View File
@@ -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')