Sha256: 760224100db18cd86bd13a886eb3654dd66d75768db91260e5023caca4318481
Contents?: true
Size: 373 Bytes
Versions: 56
Compression:
Stored size: 373 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
56 entries across 56 versions & 3 rubygems