From 2e12bf25744ab4298c9db2166d689cef05ad5e3b Mon Sep 17 00:00:00 2001 From: dhrname Date: Mon, 16 Jan 2012 19:51:14 +0900 Subject: [PATCH] =?utf8?q?=E5=A4=89=E6=95=B0end=E3=81=AE=E3=82=BD=E3=83=BC?= =?utf8?q?=E3=83=88=E3=81=AFendElementAt=E3=83=A1=E3=82=BD=E3=83=83?= =?utf8?q?=E3=83=89=E3=81=A7=E3=81=99=E3=81=A7=E3=81=AB=E8=A1=8C=E3=82=8F?= =?utf8?q?=E3=82=8C=E3=81=A6=E3=81=84=E3=82=8B=E3=81=AE=E3=81=A7=E3=80=81?= =?utf8?q?=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- org/w3c/dom/svg.js | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/org/w3c/dom/svg.js b/org/w3c/dom/svg.js index c1651e3..0c1603d 100644 --- a/org/w3c/dom/svg.js +++ b/org/w3c/dom/svg.js @@ -5111,18 +5111,15 @@ function SVGAnimationElement(es) { tc = tar._repeatCount, ac = 0; if (end) { - end.sort(function(a, b) { - return a - b; - }); for (var i=0, eli=end.length;i= begin) { end = end[i]; } break; } } else { - /*イベントの場合は、endの値を、indefiniteとみなす。参照: http://www.w3.org/TR/smil-animation/#ComputingActiveDur + /*イベント待ちの場合は、endの値を、indefiniteとみなす。参照: http://www.w3.org/TR/smil-animation/#ComputingActiveDur * * 3.3.4. Computing the active duration * -- 2.11.0