Replace comma with semi-colon. How'd that get there?

This commit is contained in:
David Murdoch 2011-05-12 13:28:01 +00:00
parent 9e4e359705
commit b6497996ce

View File

@ -111,7 +111,7 @@ $.fn.position = function( options ) {
parseInt( offsets.at[ 1 ], 10 ) * parseInt( offsets.at[ 1 ], 10 ) *
( rpercent.test( offsets.at[ 1 ] ) ? targetHeight / 100 : 1 ) ( rpercent.test( offsets.at[ 1 ] ) ? targetHeight / 100 : 1 )
]; ];
basePosition.left += atOffset[ 0 ], basePosition.left += atOffset[ 0 ];
basePosition.top += atOffset[ 1 ]; basePosition.top += atOffset[ 1 ];
return this.each(function() { return this.each(function() {