svnno****@sourc*****
svnno****@sourc*****
2009年 5月 10日 (日) 22:36:08 JST
Revision: 1155
http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1155
Author: dhrname
Date: 2009-05-10 22:36:08 +0900 (Sun, 10 May 2009)
Log Message:
-----------
childrenのdeleteをnullに変更
Modified Paths:
--------------
branches/04x/047/sie.js
Modified: branches/04x/047/sie.js
===================================================================
--- branches/04x/047/sie.js 2009-05-10 10:05:03 UTC (rev 1154)
+++ branches/04x/047/sie.js 2009-05-10 13:36:08 UTC (rev 1155)
@@ -348,7 +348,7 @@
STGroupElement.prototype.set = function (sw,sh) {
try{
stvsetob(this.children,sw,sh);
- delete (this.children);
+ this.children = null;
} catch(e){stlog.addd(e,3145)}
}
STGroupElement.prototype.chset = SVGtoVML.prototype.chset;