diff options
Diffstat (limited to 'tests/unit/slider/options.js')
-rw-r--r-- | tests/unit/slider/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 ) { |