Files @ 83e543545a27
Branch filter:

Location: Copyleft/copyleft-wiki/bootstrap-3.0.0/js/tests/unit/transition.js - annotation

83e543545a27 365 B application/javascript Show Source Show as Raw Download as Raw
bkuhn
Clarify these changes are for wiki.
$(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')
      })

})