diff options
Diffstat (limited to 'ui/widgets/mouse.js')
-rw-r--r-- | ui/widgets/mouse.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/widgets/mouse.js b/ui/widgets/mouse.js index 73bfb2114..1dcac5277 100644 --- a/ui/widgets/mouse.js +++ b/ui/widgets/mouse.js @@ -1,16 +1,16 @@ /*! * jQuery UI Mouse @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: Mouse //>>group: Widgets //>>description: Abstracts mouse-based interactions to assist in creating certain widgets. -//>>docs: http://api.jqueryui.com/mouse/ +//>>docs: https://api.jqueryui.com/mouse/ ( function( factory ) { "use strict"; |