From: dhrname Date: Tue, 20 Oct 2015 13:57:19 +0000 (+0900) Subject: Lighten a setTimeTable X-Git-Tag: version22~29 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=1048483a1e19cae91240307ff35033a6432bd8bd;p=sie%2Fsie.git Lighten a setTimeTable --- diff --git a/org/w3c/dom/smil.js b/org/w3c/dom/smil.js index b3ed1c4..d2da2e8 100644 --- a/org/w3c/dom/smil.js +++ b/org/w3c/dom/smil.js @@ -1213,7 +1213,7 @@ base("$frame").up("$svgEvent").mix( { var timeline = timelines[i], begin = timeline.begin, target = timeline.target, - simpleDur = timeline.simpleDuration || 0, + simpleDur = timeline.simpleDuration, activeTime = timeline.activeTime, first = { frame: begin,