svnno****@sourc*****
svnno****@sourc*****
2009年 5月 15日 (金) 23:16:15 JST
Revision: 1176
http://svn.sourceforge.jp/view?root=sie&view=rev&rev=1176
Author: dhrname
Date: 2009-05-15 23:16:15 +0900 (Fri, 15 May 2009)
Log Message:
-----------
STPolygonとSTPolylineオブジェクトの解放をやめる
Modified Paths:
--------------
branches/04x/048/sie.js
Modified: branches/04x/048/sie.js
===================================================================
--- branches/04x/048/sie.js 2009-05-15 14:12:49 UTC (rev 1175)
+++ branches/04x/048/sie.js 2009-05-15 14:16:15 UTC (rev 1176)
@@ -702,7 +702,6 @@
ele.path = dat;
ele.coordsize = w + " " + h;
this.paint.set(w, h, ttm);
- dat = F = pl = plm = this.paint = ttm = this.transformable = w = h = null; //解放
} catch(e) {stlog.add(e,406);}
}
@@ -729,7 +728,6 @@
ele.path = dat;
ele.coordsize = w + " " + h;
this.paint.set(w, h, ttm);
- dat = F = pl = plm = this.paint = ttm = this.transformable = w = h = null; //解放
} catch(e) {stlog.add(e,440);}
}