From: dhrname Date: Sat, 15 Oct 2016 13:25:45 +0000 (+0900) Subject: Modify the parse method X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a9feaab86b0fd40fa7c53f55a9833cbf8bd6d247;p=sie%2Fsie.git Modify the parse method --- diff --git a/org/w3c/dom/smil.js b/org/w3c/dom/smil.js index 52f30de..4b303a5 100644 --- a/org/w3c/dom/smil.js +++ b/org/w3c/dom/smil.js @@ -417,8 +417,10 @@ base("$frame").mix ( { /*初期値を設定*/ this.begin = 0; this.isResolved = false; + /*$listオブジェクトを更新*/ + this.$list = this.$list.up(); var str = this.trim(this.string); - if (str.indexOf(";") !== -1){ + if (str.indexOf(";") > -1){ var list = str.split(";"); for (var i=0;i