mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Replace comma with semi-colon. How'd that get there?
This commit is contained in:
parent
9e4e359705
commit
b6497996ce
2
ui/jquery.ui.position.js
vendored
2
ui/jquery.ui.position.js
vendored
@ -111,7 +111,7 @@ $.fn.position = function( options ) {
|
||||
parseInt( offsets.at[ 1 ], 10 ) *
|
||||
( rpercent.test( offsets.at[ 1 ] ) ? targetHeight / 100 : 1 )
|
||||
];
|
||||
basePosition.left += atOffset[ 0 ],
|
||||
basePosition.left += atOffset[ 0 ];
|
||||
basePosition.top += atOffset[ 1 ];
|
||||
|
||||
return this.each(function() {
|
||||
|
Loading…
Reference in New Issue
Block a user