gown.js
gown.js copied to clipboard
Slider calls Scrollable with wrong arguments
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?