0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-29 21:52:22 +01: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 = {
NEXT : 'next',
PREVIOUS : 'prev',
PREV : 'prev',
LEFT : 'left',
RIGHT : 'right'
}
@ -67,7 +67,7 @@ const Carousel = (($) => {
RIGHT : 'carousel-item-right',
LEFT : 'carousel-item-left',
NEXT : 'carousel-item-next',
PREVIOUS : 'carousel-item-prev',
PREV : 'carousel-item-prev',
ITEM : 'carousel-item'
}