org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextField.js
changeset 102 30e0796f3ebb
parent 73 c56c874eef47
child 210 0f7abfd6ae62
--- a/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextField.js	Fri Feb 05 09:22:26 2010 -0800
+++ b/org.symbian.tools.wrttools/projecttemplates/WRTKit/UI/TextField.js	Fri Feb 05 11:54:28 2010 -0800
@@ -72,7 +72,7 @@
     
     // update the style
     this.updateStyleFromState();
-}
+};
 
 // Updates the style of the control to reflects the state of the control.
 TextField.prototype.updateStyleFromState = function() {
@@ -90,4 +90,4 @@
     // set peer element class names
     var peerStateName = this.isEnabled() ? stateName : "Disabled";
     this.setClassName(this.peerElement, "TextField TextField" + peerStateName);
-}
+};