Skip to content

Commit

Permalink
Fixed getAnimationDuration is always returns last value.
Browse files Browse the repository at this point in the history
  • Loading branch information
madogai committed Mar 6, 2016
1 parent aba524b commit 4cc3572
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remodal.js
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@
}
}

return num;
return max;
}

/**
Expand Down

0 comments on commit 4cc3572

Please sign in to comment.