Skip to content

Commit

Permalink
Close parenthesis.
Browse files Browse the repository at this point in the history
  • Loading branch information
hugojosefson committed Feb 9, 2015
1 parent 4bc9736 commit 53ce45f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/animation.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ jQuery.extend( jQuery.easing,
if ((t/=d/2) < 1) return c/2*t*t + b;
return c/4*((t-=2)*t*t + 2) + b;
}
}
});

0 comments on commit 53ce45f

Please sign in to comment.