PATH:
home
/
letacommog
/
crmleta
/
libraries
/
bootstrap
/
js
/
tests
/
unit
$(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') }) })
[+]
..
[-] bootstrap-dropdown.js
[edit]
[-] bootstrap-tab.js
[edit]
[-] bootstrap-button.js
[edit]
[-] bootstrap-collapse.js
[edit]
[-] bootstrap-scrollspy.js
[edit]
[-] bootstrap-modal.js
[edit]
[-] bootstrap-tooltip.js
[edit]
[-] bootstrap-alert.js
[edit]
[-] bootstrap-popover.js
[edit]
[-] bootstrap-typeahead.js
[edit]
[-] bootstrap-transition.js
[edit]