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:
@@ -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'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user