diff options
Diffstat (limited to 'ui/widgets/droppable.js')
-rw-r--r-- | ui/widgets/droppable.js | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ui/widgets/droppable.js b/ui/widgets/droppable.js index bb9155305..45fca0560 100644 --- a/ui/widgets/droppable.js +++ b/ui/widgets/droppable.js @@ -1,17 +1,17 @@ /*! * jQuery UI Droppable @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: Droppable //>>group: Interactions //>>description: Enables drop targets for draggable elements. -//>>docs: http://api.jqueryui.com/droppable/ -//>>demos: http://jqueryui.com/droppable/ +//>>docs: https://api.jqueryui.com/droppable/ +//>>demos: https://jqueryui.com/droppable/ ( function( factory ) { "use strict"; |