author | Reimar Bauer <rb.proj AT googlemail DOT com> |
Fri, 17 Jan 2014 11:59:43 +0100 | |
branch | landing-page-2014 |
changeset 78 | b28d5c14c5c2 |
parent 54 | 0ded9d7748b7 |
permissions | -rwxr-xr-x |
1 $(function () {
3 module("transition")
5 test("should be defined on jquery support object", function () {
6 ok($.support.transition !== undefined, 'transition object is defined')
7 })
9 test("should provide an end object", function () {
10 ok($.support.transition ? $.support.transition.end : true, 'end string is defined')
11 })
13 })