I get an exception at runtime if I do this :

scrollable = $("div.scrollable").scrollable({
size: 2,
vertical: true,
api:true
});

exception is : Line: 49
Error: 'time' is undefined

if I change the size to 3, then it works fine. Is this a bug ?