diff options
Diffstat (limited to 'swat/style/qooxdoo/widgets/widgets/QxPasswordField.js')
-rw-r--r-- | swat/style/qooxdoo/widgets/widgets/QxPasswordField.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/swat/style/qooxdoo/widgets/widgets/QxPasswordField.js b/swat/style/qooxdoo/widgets/widgets/QxPasswordField.js deleted file mode 100644 index 3309fd6f26..0000000000 --- a/swat/style/qooxdoo/widgets/widgets/QxPasswordField.js +++ /dev/null @@ -1,2 +0,0 @@ -/* Copyright (c): 2002-2005 (Germany): United Internet, 1&1, GMX, Schlund+Partner, Alturo */ -function QxPasswordField(vText){QxTextField.call(this,vText);this.setHtmlProperty("type","password");};QxPasswordField.extend(QxTextField,"QxPasswordField");
\ No newline at end of file |