diff options
Diffstat (limited to 'core/src/jquery/showpassword.js')
-rw-r--r-- | core/src/jquery/showpassword.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/src/jquery/showpassword.js b/core/src/jquery/showpassword.js index 3c8f72dd3fd..8d938d7853b 100644 --- a/core/src/jquery/showpassword.js +++ b/core/src/jquery/showpassword.js @@ -3,13 +3,14 @@ * SPDX-License-Identifier: AGPL-3.0-or-later */ +/** @typedef {import('jquery')} jQuery */ import $ from 'jquery' /** * @name Show Password * @description * @version 1.3.0 - * @requires Jquery 1.5 + * @requires jQuery 1.5 * * @author Jan Jarfalk <jan.jarfalk@unwrongest.com> * author-website http://www.unwrongest.com |