Initial commit.
This commit is contained in:
commit
0335f5aa93
1168 changed files with 261999 additions and 0 deletions
13
app/bower_components/sass-bootstrap/js/tests/unit/transition.js
vendored
Normal file
13
app/bower_components/sass-bootstrap/js/tests/unit/transition.js
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
$(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')
|
||||
})
|
||||
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue