Your IP : 216.73.216.209


Current Path : /home/megadansyp/www/plugins/system/t3/base/bootstrap/js/tests/unit/
Upload File :
Current File : /home/megadansyp/www/plugins/system/t3/base/bootstrap/js/tests/unit/bootstrap-transition.js

$(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')
      })

})