more options
This commit is contained in:
parent
8b8ff9de9e
commit
4bcdee1a0e
@ -28,6 +28,15 @@ class @Carousel
|
|||||||
@carousel.trigger('pause')
|
@carousel.trigger('pause')
|
||||||
this
|
this
|
||||||
|
|
||||||
|
prev: =>
|
||||||
|
@carousel.trigger('prev')
|
||||||
|
|
||||||
|
next: =>
|
||||||
|
@carousel.trigger('next')
|
||||||
|
|
||||||
|
play: =>
|
||||||
|
@carousel.trigger('play')
|
||||||
|
|
||||||
onChange: (item) ->
|
onChange: (item) ->
|
||||||
null
|
null
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user