mirror of
https://github.com/jquery/jquery.git
synced 2026-01-24 16:28:06 -05:00
Cleanup spacing. Fixes #10601
This commit is contained in:
2
src/effects.js
vendored
2
src/effects.js
vendored
@@ -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;
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user