1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-15 10:05:40 +02:00

fix js for previous

This commit is contained in:
Mark Otto
2016-12-04 20:27:21 -08:00
parent 6d28f07582
commit 01f81dd552

View File

@@ -45,7 +45,7 @@ const Carousel = (($) => {
const Direction = { const Direction = {
NEXT : 'next', NEXT : 'next',
PREVIOUS : 'prev', PREV : 'prev',
LEFT : 'left', LEFT : 'left',
RIGHT : 'right' RIGHT : 'right'
} }
@@ -67,7 +67,7 @@ const Carousel = (($) => {
RIGHT : 'carousel-item-right', RIGHT : 'carousel-item-right',
LEFT : 'carousel-item-left', LEFT : 'carousel-item-left',
NEXT : 'carousel-item-next', NEXT : 'carousel-item-next',
PREVIOUS : 'carousel-item-prev', PREV : 'carousel-item-prev',
ITEM : 'carousel-item' ITEM : 'carousel-item'
} }