]> source.dussan.org Git - jquery-ui.git/commitdiff
Replace comma with semi-colon. How'd that get there?
authorDavid Murdoch <musicisair@yahoo.com>
Thu, 12 May 2011 13:28:01 +0000 (13:28 +0000)
committerDavid Murdoch <musicisair@yahoo.com>
Thu, 12 May 2011 13:28:01 +0000 (13:28 +0000)
ui/jquery.ui.position.js

index ab9c6aae0c3a7ccf48d3517af081020b30670d2f..c1c815bd28e39b35593a2e48121a98446aacdbb1 100644 (file)
@@ -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() {