Commit d9edf28c authored by Chris Rebert's avatar Chris Rebert
Browse files

make new Carousel tests compatible with noConflict mode

parent b23ca2de
Showing with 2 additions and 2 deletions
+2 -2
...@@ -84,7 +84,7 @@ $(function () { ...@@ -84,7 +84,7 @@ $(function () {
ok(e.direction) ok(e.direction)
ok(e.direction === 'right' || e.direction === 'left') ok(e.direction === 'right' || e.direction === 'left')
start() start()
}).carousel('next') }).bootstrapCarousel('next')
}) })
test('should fire slide event with relatedTarget', function () { test('should fire slide event with relatedTarget', function () {
...@@ -112,7 +112,7 @@ $(function () { ...@@ -112,7 +112,7 @@ $(function () {
ok($(e.relatedTarget).hasClass('item')) ok($(e.relatedTarget).hasClass('item'))
start() start()
}) })
.carousel('next') .bootstrapCarousel('next')
}) })
test('should set interval from data attribute', 4, function () { test('should set interval from data attribute', 4, function () {
......
Supports Markdown
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