Sha256: 5598841e20a6ec16b1ad6d8b979ca67d08b25c58e7484a6ed35755f6d3640887
Contents?: true
Size: 365 Bytes
Versions: 39
Compression:
Stored size: 365 Bytes
Contents
$(function () { module("transition") test("should be defined on jquery support object", function () { ok($.support.transition !== undefined, 'transition object is defined') }) test("should provide an end object", function () { ok($.support.transition ? $.support.transition.end : true, 'end string is defined') }) })
Version data entries
39 entries across 39 versions & 5 rubygems