Commit d9edf28c authored by Chris Rebert's avatar Chris Rebert

make new Carousel tests compatible with noConflict mode

parent b23ca2de
......@@ -84,7 +84,7 @@ $(function () {
ok(e.direction)
ok(e.direction === 'right' || e.direction === 'left')
start()
}).carousel('next')
}).bootstrapCarousel('next')
})
test('should fire slide event with relatedTarget', function () {
......@@ -112,7 +112,7 @@ $(function () {
ok($(e.relatedTarget).hasClass('item'))
start()
})
.carousel('next')
.bootstrapCarousel('next')
})
test('should set interval from data attribute', 4, function () {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment