@@ -129,7 +129,7 @@ QUnit.test( "aspectRatio: 'preserve' (ne)", function( assert ) {
129129QUnit . test ( "aspectRatio: Resizing can move objects" , function ( assert ) {
130130 assert . expect ( 7 ) ;
131131
132- // Http ://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
132+ // https ://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
133133 var handleW = ".ui-resizable-w" ,
134134 handleNW = ".ui-resizable-nw" ,
135135 target = $ ( "#resizable1" ) . resizable ( {
@@ -146,7 +146,7 @@ QUnit.test( "aspectRatio: Resizing can move objects", function( assert ) {
146146 assert . equal ( target . height ( ) , 100 , "compare height - no size change" ) ;
147147 assert . equal ( target . position ( ) . left , 75 , "compare left - no movement" ) ;
148148
149- // Http ://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
149+ // https ://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
150150 $ ( "#container" ) . css ( { width : 200 , height : 300 , position : "absolute" , left : 100 , top : 100 } ) ;
151151 $ ( "#resizable1" ) . css ( { width : 100 , height : 100 , left : 0 , top : 0 } ) ;
152152
@@ -198,7 +198,7 @@ QUnit.test( "containment", function( assert ) {
198198QUnit . test ( "containment - not immediate parent" , function ( assert ) {
199199 assert . expect ( 4 ) ;
200200
201- // Http ://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
201+ // https ://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
202202 // when containment element is not the immediate parent
203203 var element = $ ( "#child" ) . resizable ( {
204204 containment : "#container2" ,
@@ -230,7 +230,7 @@ QUnit.test( "containment - not immediate parent", function( assert ) {
230230QUnit . test ( "containment - immediate parent" , function ( assert ) {
231231 assert . expect ( 4 ) ;
232232
233- // Http ://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
233+ // https ://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
234234 // when containment element is immediate parent
235235 var element = $ ( "#child" ) . resizable ( {
236236 containment : "parent" ,
@@ -327,7 +327,7 @@ QUnit.test( "grid - Resizable: can be moved when grid option is set (#9611)", fu
327327QUnit . test ( "grid - maintains grid with padding and border when approaching no dimensions" , function ( assert ) {
328328 assert . expect ( 2 ) ;
329329
330- // Http ://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
330+ // https ://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
331331 var handle = ".ui-resizable-nw" ,
332332 target = $ ( "#resizable1" ) . css ( {
333333 padding : 5 ,
0 commit comments