aboutsummaryrefslogtreecommitdiff
path: root/js/tests/unit/bootstrap-transition.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/tests/unit/bootstrap-transition.js')
-rw-r--r--js/tests/unit/bootstrap-transition.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/unit/bootstrap-transition.js b/js/tests/unit/bootstrap-transition.js
index 3f28d2676..086773fa2 100644
--- a/js/tests/unit/bootstrap-transition.js
+++ b/js/tests/unit/bootstrap-transition.js
@@ -3,7 +3,7 @@ $(function () {
module("bootstrap-transition")
test("should be defined on jquery support object", function () {
- ok($.support.transition != undefined, 'transition object is defined')
+ ok($.support.transition !== undefined, 'transition object is defined')
})
test("should provide an end object", function () {