gown.js icon indicating copy to clipboard operation
gown.js copied to clipboard

Slider calls Scrollable with wrong arguments

Open marfri opened this issue 8 years ago • 0 comments

in Slider: Scrollable.call(this, thumb, theme)

but

function Scrollable(theme) {...}

The example works because the theme is the only argument, and since the first argument is thumb it works, but does not look like its intendet this way?

marfri avatar Nov 11 '16 10:11 marfri