No ticket: fix code style inconsistencies. Closes gh-1361

This commit is contained in:
Oleg
2013-09-11 05:08:01 +04:00
parent e12746d756
commit cb37994d76
15 changed files with 32 additions and 31 deletions

View File

@@ -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;
}
};