It is failing at the code below.
Can someone please suggest!!!
setTimeout(function(){
updateSelects(true, true);
scroller = new wink.ui.layout.Scroller(scrollerProperties(slides[1].firstChild.id));
refreshSlideScroller(slides[1].firstChild, true);
}
, 300);