aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider
diff options
context:
space:
mode:
authorMichał Gołębiowski-Owczarek <m.goleb@gmail.com>2024-04-26 16:25:34 +0200
committerGitHub <noreply@github.com>2024-04-26 16:25:34 +0200
commit4966aea381403ce368c17bcf4b2ecd836c82487d (patch)
treef22c8c76026832b9834dfc51f3d46be3d1831b22 /tests/unit/slider
parent28895912d7eed6862a062be7b8c51fad021e51cf (diff)
downloadjquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.tar.gz
jquery-ui-4966aea381403ce368c17bcf4b2ecd836c82487d.zip
Docs: Change a few most common domains from HTTP to HTTPS
Also, update a few stale URLs to what they redirect now to. Closes gh-2244
Diffstat (limited to 'tests/unit/slider')
-rw-r--r--tests/unit/slider/events.js4
-rw-r--r--tests/unit/slider/options.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/unit/slider/events.js b/tests/unit/slider/events.js
index 3b283d281..365c2c0f3 100644
--- a/tests/unit/slider/events.js
+++ b/tests/unit/slider/events.js
@@ -8,8 +8,8 @@ define( [
QUnit.module( "slider: events", { afterEach: helper.moduleAfterEach } );
-//Specs from http://wiki.jqueryui.com/Slider#specs
-//"change callback: triggers when the slider has stopped moving and has a new
+// Specs from https://wiki.jqueryui.com/Slider#specs
+// "change callback: triggers when the slider has stopped moving and has a new
// value (even if same as previous value), via mouse(mouseup) or keyboard(keyup)
// or value method/option"
QUnit.test( "mouse based interaction", function( assert ) {
diff --git a/tests/unit/slider/options.js b/tests/unit/slider/options.js
index 40b6bab22..b607b535f 100644
--- a/tests/unit/slider/options.js
+++ b/tests/unit/slider/options.js
@@ -205,7 +205,7 @@ QUnit.test( "orientation", function( assert ) {
element.slider( "destroy" );
} );
-//spec: http://wiki.jqueryui.com/Slider#specs
+// spec: https://wiki.jqueryui.com/Slider#specs
// value option/method: the value option is not restricted by min/max/step.
// What is returned by the value method is restricted by min (>=), max (<=), and step (even multiple)
QUnit.test( "step", function( assert ) {