aboutsummaryrefslogtreecommitdiffstats
path: root/ui/jquery.ui.position.js
diff options
context:
space:
mode:
authorDavid Murdoch <musicisair@yahoo.com>2011-05-12 13:28:01 +0000
committerDavid Murdoch <musicisair@yahoo.com>2011-05-12 13:28:01 +0000
commitb6497996cee2dc8dff0006ceae0d6e240e658f6a (patch)
tree75532c0968e16a59f7d34065a62b4dc7f0fd160d /ui/jquery.ui.position.js
parent9e4e359705e6cb0b9608c3d842b7235ab1daefef (diff)
downloadjquery-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.js2
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() {