diff options
Diffstat (limited to 'tests/unit/slider')
-rw-r--r-- | tests/unit/slider/events.js | 4 | ||||
-rw-r--r-- | tests/unit/slider/options.js | 2 |
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 ) { |