Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Matteo Spinelli committed Jul 4, 2013
1 parent 3c42328 commit b835a65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ var utils = (function () {
elastic: {
style: '',
fn: function (k) {
var f = 0.22;
var e = 0.4;
var f = 0.22,
e = 0.4;

if ( k === 0 ) { return 0; }
if ( k == 1 ) { return 1; }
Expand Down

0 comments on commit b835a65

Please sign in to comment.