diff options
| author | XhmikosR <[email protected]> | 2013-09-18 19:50:02 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2013-12-08 12:44:14 +0200 |
| commit | eca8ff380388c1187bc2c86e0ae7fa80aa33111e (patch) | |
| tree | 1169002b77366007abd0be9efff9bf4b85a5b894 /js/tests/unit/transition.js | |
| parent | ed63dfd8d301debf35bc93d155dff4527c94388d (diff) | |
| download | bootstrap-eca8ff380388c1187bc2c86e0ae7fa80aa33111e.tar.xz bootstrap-eca8ff380388c1187bc2c86e0ae7fa80aa33111e.zip | |
Use single quotes consistently.
Diffstat (limited to 'js/tests/unit/transition.js')
| -rw-r--r-- | js/tests/unit/transition.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/unit/transition.js b/js/tests/unit/transition.js index 39c415bc2..79722f808 100644 --- a/js/tests/unit/transition.js +++ b/js/tests/unit/transition.js @@ -1,12 +1,12 @@ $(function () { - module("transition") + module('transition') - test("should be defined on jquery support object", function () { + test('should be defined on jquery support object', function () { ok($.support.transition !== undefined, 'transition object is defined') }) - test("should provide an end object", function () { + test('should provide an end object', function () { ok($.support.transition ? $.support.transition.end : true, 'end string is defined') }) |
