Sha256: 0c4e230202cd373aaa59daccf416d16c5fd9568386622fc29bdde5f40a20ebf0
Contents?: true
Size: 374 Bytes
Versions: 158
Compression:
Stored size: 374 Bytes
Contents
$(function () { module("bootstrap-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
158 entries across 158 versions & 8 rubygems