From 1c76d63b75593cd040b4bfc1f72d36cfd7171bf7 Mon Sep 17 00:00:00 2001 From: dhrname Date: Thu, 26 Feb 2015 23:00:53 +0900 Subject: [PATCH] Modify the Spec for the acvance method --- org/w3c/dom/smil.js | 25 +++++++++++++++++++++---- tool/Spec/spec/SvgDomSpec.js | 37 +++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 4 deletions(-) diff --git a/org/w3c/dom/smil.js b/org/w3c/dom/smil.js index 4db45a8..842c7ab 100644 --- a/org/w3c/dom/smil.js +++ b/org/w3c/dom/smil.js @@ -448,6 +448,7 @@ base("$from").of( { numList: function() { var s = this.string.match(/[\-\+]?[\d\.]+(?:[eE][\-\+]?[\d\.]+)?/g); if (s) { + /*mapメソッドで代用してもよい*/ for (var i=0;i