diff options
Diffstat (limited to 'ui/keycode.js')
-rw-r--r-- | ui/keycode.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/keycode.js b/ui/keycode.js index 0585a18e4..32bfa5d3f 100644 --- a/ui/keycode.js +++ b/ui/keycode.js @@ -1,16 +1,16 @@ /*! * jQuery UI Keycode @VERSION - * http://jqueryui.com + * https://jqueryui.com * * Copyright OpenJS Foundation and other contributors * Released under the MIT license. - * http://jquery.org/license + * https://jquery.org/license */ //>>label: Keycode //>>group: Core //>>description: Provide keycodes as keynames -//>>docs: http://api.jqueryui.com/jQuery.ui.keyCode/ +//>>docs: https://api.jqueryui.com/jQuery.ui.keyCode/ ( function( factory ) { "use strict"; |