aboutsummaryrefslogtreecommitdiffstats
path: root/core/src/jquery/showpassword.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/jquery/showpassword.js')
-rw-r--r--core/src/jquery/showpassword.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/src/jquery/showpassword.js b/core/src/jquery/showpassword.js
index 393ecac08b5..553f6e15df1 100644
--- a/core/src/jquery/showpassword.js
+++ b/core/src/jquery/showpassword.js
@@ -36,7 +36,7 @@ import $ from 'jquery'
* @licens MIT License - http://www.opensource.org/licenses/mit-license.php
*/
$.fn.extend({
- showPassword: function(c) {
+ showPassword(c) {
// Setup callback object
const callback = { 'fn': null, 'args': {} }