js/controls/passwordcontrol/passwordcontrol.js in rsence-2.0.0.10.pre vs js/controls/passwordcontrol/passwordcontrol.js in rsence-2.0.0.11
- old
+ new
@@ -12,9 +12,10 @@
** = Instance variables
** +type+:: '[HPasswordControl]'
** +value+:: The string that is currently held by this object.
**
***/
+var//RSence.Controls
HPasswordControl = HTextControl.extend({
componentName: 'passwordcontrol'
});