svnno****@sourc*****
svnno****@sourc*****
2009年 5月 7日 (木) 23:17:45 JST
Revision: 1144 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1144 Author: dhrname Date: 2009-05-07 23:17:45 +0900 (Thu, 07 May 2009) Log Message: ----------- STdocumentを配列から変数に Modified Paths: -------------- branches/04x/047/sie.js Modified: branches/04x/047/sie.js =================================================================== --- branches/04x/047/sie.js 2009-05-07 14:11:44 UTC (rev 1143) +++ branches/04x/047/sie.js 2009-05-07 14:17:45 UTC (rev 1144) @@ -91,7 +91,7 @@ } //他のページに移動する際に起動 function unsvgtovml() { - NAIBU = stlog = STLog = STdocument = null; + NAIBU = stlog = STLog = null; PaintColor = FontStyle = null; } @@ -1930,10 +1930,11 @@ obst.height = reghv+ "px"; ob.coordsize = regwv +" "+ reghv; var dnd = new Date(); - STdocument[dn] = new SVGtoVML(obc,obwidth,obheight,regw,regh); + var STdocument = new SVGtoVML(obc,obwidth,obheight,regw,regh); obj.parentNode.insertBefore(ob,obj); - STdocument[dn].read(ob); - STdocument[dn].set(ob); + STdocument.read(ob); + STdocument.set(ob); + STdocument = regw = regh = null; alert((new Date()).getTime() - dnd.getTime()); if (NAIBU.STObject !== void 0) {NAIBU.STObject.next();} }