Skip to content
Permalink
Browse files
Cleanup spacing. Fixes #10601
  • Loading branch information
rwaldron committed Oct 27, 2011
1 parent c82dbf1 commit 9ff4f26
Showing 1 changed file with 1 addition and 1 deletion.
@@ -385,7 +385,7 @@ jQuery.extend({
return firstNum + diff * p;
},
swing: function( p, n, firstNum, diff ) {
return ((-Math.cos(p*Math.PI)/2) + 0.5) * diff + firstNum;
return ( ( -Math.cos( p*Math.PI ) / 2 ) + 0.5 ) * diff + firstNum;
}
},

0 comments on commit 9ff4f26

Please sign in to comment.