mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-29 03:16:46 +00:00
Added Twitter Bootstrap source
We're going to build a custom version
This commit is contained in:
13
cssbuild/twitter-bootstrap/js/tests/unit/bootstrap-transition.js
vendored
Executable file
13
cssbuild/twitter-bootstrap/js/tests/unit/bootstrap-transition.js
vendored
Executable file
@@ -0,0 +1,13 @@
|
||||
$(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')
|
||||
})
|
||||
|
||||
})
|
||||
Reference in New Issue
Block a user