From: David Murdoch Date: Thu, 12 May 2011 13:28:01 +0000 (+0000) Subject: Replace comma with semi-colon. How'd that get there? X-Git-Tag: 1.9m6~98^2~46^2~16 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b6497996cee2dc8dff0006ceae0d6e240e658f6a;p=jquery-ui.git Replace comma with semi-colon. How'd that get there? --- 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() {