small fix

This commit is contained in:
John Bintz 2012-11-07 20:54:00 -05:00
parent 399bb961a4
commit 8b8ff9de9e

View File

@ -4,7 +4,7 @@
#= require caroufredsel/jquery.carouFredSel-6.0.3
class @Carousel
constructor: (@carousel, options) ->
constructor: (@carousel, options = {}) ->
if options.onChange
@onChange = options.onChange
delete options.onChange