diff -r 15f3b303bbb1 -r 30e0796f3ebb org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Scrollbar.js --- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Scrollbar.js Fri Feb 05 09:22:26 2010 -0800 +++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/Scrollbar.js Fri Feb 05 11:54:28 2010 -0800 @@ -170,4 +170,4 @@ this.thumbMiddleElement.style.top = Math.round(thumbTop + thumbTopHeight) + "px"; this.thumbMiddleElement.style.height = Math.round(thumbHeight - thumbTopHeight - thumbBottomHeight + 1) + "px"; this.thumbBottomElement.style.top = Math.round(thumbBottom - thumbBottomHeight) + "px"; -} +};