From 4cc3572626437d5fa6bc2b362554e1889a9d0985 Mon Sep 17 00:00:00 2001 From: Madguy Date: Sun, 6 Mar 2016 13:55:34 +0900 Subject: [PATCH] Fixed getAnimationDuration is always returns last value. --- src/remodal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remodal.js b/src/remodal.js index 9445dbb..981cea2 100644 --- a/src/remodal.js +++ b/src/remodal.js @@ -192,7 +192,7 @@ } } - return num; + return max; } /**