diff options
| author | Jacob Thornton <[email protected]> | 2012-04-14 16:29:53 -0700 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-04-14 16:29:53 -0700 |
| commit | 575f18aaf49abb0289185f6409bee031947ccf69 (patch) | |
| tree | d3548124fab9ba1affe9e056665a46a20432a5c7 /js/tests/unit | |
| parent | 8575a452942001bce522e8e258d9e192d24cb6ec (diff) | |
| download | bootstrap-575f18aaf49abb0289185f6409bee031947ccf69.tar.xz bootstrap-575f18aaf49abb0289185f6409bee031947ccf69.zip | |
add jshint support + a few minor stylistic changes
Diffstat (limited to 'js/tests/unit')
| -rw-r--r-- | js/tests/unit/bootstrap-transition.js | 2 |
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 () { |
