Files @ cb902d08af28
Branch filter:

Location: NPO-Accounting/npo-accounting-ikiwiki/bootstrap-3.0.0/js/tests/unit/transition.js

bkuhn
member => requestor

The requestor for payment may or may not be a member or affiliated in
some way with the organization.
$(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')
      })

})