svnno****@sourc*****
svnno****@sourc*****
2009年 5月 9日 (土) 22:40:51 JST
Revision: 1147 http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1147 Author: dhrname Date: 2009-05-09 22:40:50 +0900 (Sat, 09 May 2009) Log Message: ----------- 関数caにおける変数dnの削除 Modified Paths: -------------- branches/04x/047/sie.js Modified: branches/04x/047/sie.js =================================================================== --- branches/04x/047/sie.js 2009-05-09 13:37:46 UTC (rev 1146) +++ branches/04x/047/sie.js 2009-05-09 13:40:50 UTC (rev 1147) @@ -1863,11 +1863,10 @@ //IE用。object要素のデータからVMLを作成 function ca( /*object*/ data) { if (success && data.success) { - var dn = data.num-1; try { - var obj = data.obj[dn]; + var obj = data.obj[data.num-1]; var obw = new STLength(obj.getAttribute("width"),obj.clientWidth), obh = new STLength(obj.getAttribute("height"),obj.clientHeight); - var obwidth = obw.value, obheight = obh.value; + var obwidth = obw.value, obheight = obh.value; } catch(e) {stlog.add(e,1209);} //正規表現でソースをVML用に書き換え var dc = data.content