aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/events.js
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/draggable/events.js')
-rw-r--r--tests/unit/draggable/events.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/draggable/events.js b/tests/unit/draggable/events.js
index 97ec912ae..45c3c20d5 100644
--- a/tests/unit/draggable/events.js
+++ b/tests/unit/draggable/events.js
@@ -124,7 +124,7 @@ QUnit.test( "stopping the stop callback", function( assert ) {
assert.ok( element.draggable( "instance" ).helper, "the clone should not be deleted if the stop callback is stopped" );
} );
-// http://bugs.jqueryui.com/ticket/6884
+// https://bugs.jqueryui.com/ticket/6884
// Draggable: ui.offset.left differs between the "start" and "drag" hooks
QUnit.test( "position and offset in hash is consistent between start, drag, and stop", function( assert ) {
assert.expect( 4 );