diff options
author | David Murdoch <musicisair@yahoo.com> | 2011-05-12 13:28:01 +0000 |
---|---|---|
committer | David Murdoch <musicisair@yahoo.com> | 2011-05-12 13:28:01 +0000 |
commit | b6497996cee2dc8dff0006ceae0d6e240e658f6a (patch) | |
tree | 75532c0968e16a59f7d34065a62b4dc7f0fd160d /ui/jquery.ui.position.js | |
parent | 9e4e359705e6cb0b9608c3d842b7235ab1daefef (diff) | |
download | jquery-ui-b6497996cee2dc8dff0006ceae0d6e240e658f6a.tar.gz jquery-ui-b6497996cee2dc8dff0006ceae0d6e240e658f6a.zip |
Replace comma with semi-colon. How'd that get there?
Diffstat (limited to 'ui/jquery.ui.position.js')
-rw-r--r-- | ui/jquery.ui.position.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.position.js b/ui/jquery.ui.position.js index ab9c6aae0..c1c815bd2 100644 --- a/ui/jquery.ui.position.js +++ b/ui/jquery.ui.position.js @@ -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() { |