svnno****@sourc*****
svnno****@sourc*****
2011年 7月 1日 (金) 23:12:05 JST
Revision: 2808 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2808 Author: dhrname Date: 2011-07-01 23:12:05 +0900 (Fri, 01 Jul 2011) Log Message: ----------- frame関数の呼び出しに関する整理 Modified Paths: -------------- branches/08x/081/org/w3c/dom/svg.js Modified: branches/08x/081/org/w3c/dom/svg.js =================================================================== --- branches/08x/081/org/w3c/dom/svg.js 2011-06-30 14:45:05 UTC (rev 2807) +++ branches/08x/081/org/w3c/dom/svg.js 2011-07-01 14:12:05 UTC (rev 2808) @@ -1952,7 +1952,6 @@ this.addEventListener("DOMAttrModified", function(evt){ if (evt.attrName === "type") { evt.target.type = evt.newValue; - } else if (evt.attrName === "title") { evt.target.title = evt.newValue; } evt = null; @@ -5179,9 +5178,7 @@ } if (nci._end && (nci._end <= s) && (nci.getCurrentTime() !== 0)) { nci.endElement(); - if (!!nci._frame) { - nci._frame(); - } + nci._frame && nci._frame(); nci._currentFrame = 0; delete nci._begin; nci._end = null;