Closed GoogleCodeExporter closed 8 years ago
As a workaround you should pass a parseValue function, when initializing the
custom scroller:
parseValue: function (s) {
if (s !== '') {
var d = s.split(' ');
}
else {
var d = [1,1,1];
// Default values, values must be valid wheel values,
// and the number of values must be equal with number of wheels.
}
return d;
}
Original comment by diosla...@gmail.com
on 23 Sep 2011 at 3:01
Original comment by diosla...@gmail.com
on 24 Oct 2011 at 9:59
Original comment by diosla...@gmail.com
on 24 Oct 2011 at 10:08
Original issue reported on code.google.com by
jackg...@gmail.com
on 22 Sep 2011 at 3:21