Files @ 396fe74c6282
Branch filter:

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

bkuhn
See if I can get hover/focus colors working.
$(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')
      })

})