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:
@@ -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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user