@@ -126,7 +126,7 @@ test("aspectRatio: 'preserve' (ne)", function() {
126
126
test ( "aspectRatio: Resizing can move objects" , function ( ) {
127
127
expect ( 7 ) ;
128
128
129
- // http ://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
129
+ // Http ://bugs.jqueryui.com/ticket/7018 - Resizing can move objects
130
130
var handleW = ".ui-resizable-w" ,
131
131
handleNW = ".ui-resizable-nw" ,
132
132
target = $ ( "#resizable1" ) . resizable ( {
@@ -143,7 +143,7 @@ test( "aspectRatio: Resizing can move objects", function() {
143
143
equal ( target . height ( ) , 100 , "compare height - no size change" ) ;
144
144
equal ( target . position ( ) . left , 75 , "compare left - no movement" ) ;
145
145
146
- // http ://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
146
+ // Http ://bugs.jqueryui.com/ticket/9107 - aspectRatio and containment not handled correctly
147
147
$ ( "#container" ) . css ( { width : 200 , height : 300 , position : "absolute" , left : 100 , top : 100 } ) ;
148
148
$ ( "#resizable1" ) . css ( { width : 100 , height : 100 , left : 0 , top : 0 } ) ;
149
149
@@ -173,7 +173,7 @@ test( "containment", function() {
173
173
test ( "containment - not immediate parent" , function ( ) {
174
174
expect ( 4 ) ;
175
175
176
- // http ://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
176
+ // Http ://bugs.jqueryui.com/ticket/7485 - Resizable: Containment calculation is wrong
177
177
// when containment element is not the immediate parent
178
178
var element = $ ( "#child" ) . resizable ( {
179
179
containment : "#container2" ,
@@ -205,7 +205,7 @@ test( "containment - not immediate parent", function() {
205
205
test ( "containment - immediate parent" , function ( ) {
206
206
expect ( 4 ) ;
207
207
208
- // http ://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
208
+ // Http ://bugs.jqueryui.com/ticket/10140 - Resizable: Width calculation is wrong when containment element is "position: relative"
209
209
// when containment element is immediate parent
210
210
var element = $ ( "#child" ) . resizable ( {
211
211
containment : "parent" ,
@@ -302,7 +302,7 @@ test( "grid - Resizable: can be moved when grid option is set (#9611)", function
302
302
test ( "grid - maintains grid with padding and border when approaching no dimensions" , function ( ) {
303
303
expect ( 2 ) ;
304
304
305
- // http ://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
305
+ // Http ://bugs.jqueryui.com/ticket/10437 - Resizable: border with grid option working wrong
306
306
var handle = ".ui-resizable-nw" ,
307
307
target = $ ( "#resizable1" ) . css ( {
308
308
padding : 5 ,
0 commit comments