@@ -129,7 +129,7 @@ QUnit.test( "aspectRatio: 'preserve' (ne)", function( assert ) {
129
129
QUnit . test ( "aspectRatio: Resizing can move objects" , function ( assert ) {
130
130
assert . expect ( 7 ) ;
131
131
132
- // Http ://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
132
+ // https ://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
133
133
var handleW = ".ui-resizable-w" ,
134
134
handleNW = ".ui-resizable-nw" ,
135
135
target = $ ( "#resizable1" ) . resizable ( {
@@ -146,7 +146,7 @@ QUnit.test( "aspectRatio: Resizing can move objects", function( assert ) {
146
146
assert . equal ( target . height ( ) , 100 , "compare height - no size change" ) ;
147
147
assert . equal ( target . position ( ) . left , 75 , "compare left - no movement" ) ;
148
148
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
150
150
$ ( "#container" ) . css ( { width : 200 , height : 300 , position : "absolute" , left : 100 , top : 100 } ) ;
151
151
$ ( "#resizable1" ) . css ( { width : 100 , height : 100 , left : 0 , top : 0 } ) ;
152
152
@@ -198,7 +198,7 @@ QUnit.test( "containment", function( assert ) {
198
198
QUnit . test ( "containment - not immediate parent" , function ( assert ) {
199
199
assert . expect ( 4 ) ;
200
200
201
- // Http ://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
201
+ // https ://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
202
202
// when containment element is not the immediate parent
203
203
var element = $ ( "#child" ) . resizable ( {
204
204
containment : "#container2" ,
@@ -230,7 +230,7 @@ QUnit.test( "containment - not immediate parent", function( assert ) {
230
230
QUnit . test ( "containment - immediate parent" , function ( assert ) {
231
231
assert . expect ( 4 ) ;
232
232
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"
234
234
// when containment element is immediate parent
235
235
var element = $ ( "#child" ) . resizable ( {
236
236
containment : "parent" ,
@@ -327,7 +327,7 @@ QUnit.test( "grid - Resizable: can be moved when grid option is set (#9611)", fu
327
327
QUnit . test ( "grid - maintains grid with padding and border when approaching no dimensions" , function ( assert ) {
328
328
assert . expect ( 2 ) ;
329
329
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
331
331
var handle = ".ui-resizable-nw" ,
332
332
target = $ ( "#resizable1" ) . css ( {
333
333
padding : 5 ,
0 commit comments