@@ -37,7 +37,7 @@ $.position = {
37
37
38
38
div . remove ( ) ;
39
39
40
- return w1 - w2 ;
40
+ return w1 - w2 ;
41
41
} ,
42
42
getScrollInfo : function ( within ) {
43
43
var notWindow = within [ 0 ] !== window ,
@@ -401,12 +401,12 @@ $.ui.position = {
401
401
}
402
402
} ,
403
403
flipfit : {
404
- left : function ( ) {
405
- $ . ui . position . flip . left . apply ( this , arguments ) ;
404
+ left : function ( ) {
405
+ $ . ui . position . flip . left . apply ( this , arguments ) ;
406
406
$ . ui . position . fit . left . apply ( this , arguments ) ;
407
407
} ,
408
- top : function ( ) {
409
- $ . ui . position . flip . top . apply ( this , arguments ) ;
408
+ top : function ( ) {
409
+ $ . ui . position . flip . top . apply ( this , arguments ) ;
410
410
$ . ui . position . fit . top . apply ( this , arguments ) ;
411
411
}
412
412
}
@@ -415,7 +415,7 @@ $.ui.position = {
415
415
// fraction support test
416
416
( function ( ) {
417
417
var testElement , testElementParent , testElementStyle , offsetLeft , i
418
- body = document . getElementsByTagName ( "body" ) [ 0 ] ,
418
+ body = document . getElementsByTagName ( "body" ) [ 0 ] ,
419
419
div = document . createElement ( "div" ) ;
420
420
421
421
//Create a "fake body" for testing based on method used in jQuery.support
@@ -429,7 +429,7 @@ $.ui.position = {
429
429
background : "none"
430
430
} ;
431
431
if ( body ) {
432
- jQuery . extend ( testElementStyle , {
432
+ $ . extend ( testElementStyle , {
433
433
position : "absolute" ,
434
434
left : "-1000px" ,
435
435
top : "-1000px"
0 commit comments