mirror of
https://github.com/jquery/jquery.git
synced 2026-02-02 23:15:16 -05:00
No ticket: fix code style inconsistencies. Closes gh-1361
This commit is contained in:
@@ -102,7 +102,7 @@ jQuery.easing = {
|
||||
return p;
|
||||
},
|
||||
swing: function( p ) {
|
||||
return 0.5 - Math.cos( p*Math.PI ) / 2;
|
||||
return 0.5 - Math.cos( p * Math.PI ) / 2;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user