svnno****@sourc*****
svnno****@sourc*****
2010年 10月 10日 (日) 20:00:49 JST
Revision: 2049 http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2049 Author: dhrname Date: 2010-10-10 20:00:48 +0900 (Sun, 10 Oct 2010) Log Message: ----------- Modified Paths: -------------- branches/06x/061/org/w3c/dom/svg.js Modified: branches/06x/061/org/w3c/dom/svg.js =================================================================== --- branches/06x/061/org/w3c/dom/svg.js 2010-10-09 12:45:32 UTC (rev 2048) +++ branches/06x/061/org/w3c/dom/svg.js 2010-10-10 11:00:48 UTC (rev 2049) @@ -3276,7 +3276,6 @@ /*Textノードにdiv要素を格納したリストをプロパティとして蓄えておく*/ tar._tars = []; tar.data = tar.data.replace(/^\s+/, "").replace(/\s+$/, ""); - console.log(tar.data); for (var i=0, tdli=tar.data.length;i<tdli;++i) { var d = document.createElement("div"), dstyle = d.style; dstyle.position = "absolute";