@@ -278,12 +278,12 @@ test( "connectToSortable, dragging out of a sortable", function() {
278278 // Position issue when connected to sortable
279279 deepEqual ( ui . helper . offset ( ) , offsetExpected , "draggable offset is correct" ) ;
280280
281- // http ://bugs.jqueryui.com/ticket/7734
281+ // Http ://bugs.jqueryui.com/ticket/7734
282282 // HTML IDs are removed when dragging to a Sortable
283283 equal ( sortItem [ 0 ] , dragHelper [ 0 ] , "both have the same helper" ) ;
284284 equal ( sortItem . attr ( "id" ) , dragHelper . attr ( "id" ) , "both have the same id" ) ;
285285
286- // http ://bugs.jqueryui.com/ticket/9481
286+ // Http ://bugs.jqueryui.com/ticket/9481
287287 // connectToSortable causes sortable revert to fail on second attempt
288288 equal ( sortable . sortable ( "option" , "revert" ) , 100 , "sortable revert behavior is preserved" ) ;
289289 } ) ;
@@ -357,7 +357,7 @@ test( "connectToSortable, dragging multiple elements in and out of sortable", fu
357357 moves : 10
358358 } ) ;
359359
360- // http ://bugs.jqueryui.com/ticket/9675
360+ // Http ://bugs.jqueryui.com/ticket/9675
361361 // Animation issue with revert and connectToSortable
362362 sortable . one ( "sortstop" , function ( event , ui ) {
363363 ok ( ! $ . contains ( document , ui . placeholder [ 0 ] ) , "placeholder was removed" ) ;
@@ -419,7 +419,7 @@ test( "connectToSortable, dragging through a sortable", function() {
419419 sortable = $ ( "#sortable2" ) . sortable ( ) ,
420420 sortableOffset = sortable . offset ( ) ;
421421
422- // http ://bugs.jqueryui.com/ticket/10669
422+ // Http ://bugs.jqueryui.com/ticket/10669
423423 // Draggable: Position issue with connectToSortable
424424 draggable . one ( "dragstop" , function ( ) {
425425 equal ( draggable . parent ( ) . attr ( "id" ) , "sortable" , "restored draggable to original parent" ) ;
@@ -1022,7 +1022,7 @@ asyncTest( "revert and revertDuration", function() {
10221022 }
10231023 } ) ;
10241024
1025- // animation are async, so test for it asynchronously
1025+ // Animation are async, so test for it asynchronously
10261026 testHelper . move ( element , 50 , 50 ) ;
10271027 setTimeout ( function ( ) {
10281028 ok ( $ ( "#draggable2" ) . is ( ":animated" ) , "revert: true with revertDuration should animate" ) ;
@@ -1191,7 +1191,7 @@ test( "snap, snapMode, and snapTolerance", function( assert ) {
11911191 } ) ,
11921192 element2 = $ ( "#draggable2" ) . draggable ( ) ;
11931193
1194- // http ://bugs.jqueryui.com/ticket/9724
1194+ // Http ://bugs.jqueryui.com/ticket/9724
11951195 // Draggable: Snapping coordinates thrown off by margin on draggable
11961196 element . css ( "margin" , "3px" ) ;
11971197
0 commit comments