Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/alert.js')
-rw-r--r--js/tests/unit/alert.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/alert.js b/js/tests/unit/alert.js
index 4fa9ca19f7..c034356187 100644
--- a/js/tests/unit/alert.js
+++ b/js/tests/unit/alert.js
@@ -1,7 +1,7 @@
$(function () {
'use strict'
- var Alert = typeof window.bootstrap !== 'undefined' ? window.bootstrap.Alert : window.Alert
+ var Alert = typeof window.bootstrap === 'undefined' ? window.Alert : window.bootstrap.Alert
QUnit.module('alert plugin')