mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Comply to the new rules.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
$(function () {
|
||||
'use strict'
|
||||
|
||||
var Button = typeof window.bootstrap !== 'undefined' ? window.bootstrap.Button : window.Button
|
||||
var Button = typeof window.bootstrap === 'undefined' ? window.Button : window.bootstrap.Button
|
||||
|
||||
QUnit.module('button plugin')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user