diff -r 15f3b303bbb1 -r 30e0796f3ebb org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextArea.js --- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextArea.js Fri Feb 05 09:22:26 2010 -0800 +++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextArea.js Fri Feb 05 11:54:28 2010 -0800 @@ -75,7 +75,7 @@ // update the style this.updateStyleFromState(); -} +}; // Updates the style of the control to reflects the state of the control. TextArea.prototype.updateStyleFromState = function() { @@ -93,4 +93,4 @@ // set peer element class names var peerStateName = this.isEnabled() ? stateName : "Disabled"; this.setClassName(this.peerElement, "TextArea TextArea" + stateName); -} +};