aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/slider/events.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/slider/events.js')
-rw-r--r--tests/unit/slider/events.js4
1 files changed, 2 insertions, 2 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 ) {