diff options
Diffstat (limited to 'ui/data.js')
-rw-r--r-- | ui/data.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ui/data.js b/ui/data.js index 8a449a7e6..5a1c650d4 100644 --- a/ui/data.js +++ b/ui/data.js @@ -1,16 +1,16 @@ /*! * jQuery UI :data @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: :data Selector //>>group: Core //>>description: Selects elements which have data stored under the specified key. -//>>docs: http://api.jqueryui.com/data-selector/ +//>>docs: https://api.jqueryui.com/data-selector/ ( function( factory ) { "use strict"; |