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:
parent
6d28f07582
commit
01f81dd552
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user