[Sie-announce] SIEコード [2203] getComputedStyleメソッドの最適化のために、CSS2Propetiesオブジェクトを編集した

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 12月 3日 (金) 23:20:34 JST


Revision: 2203
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2203
Author:   dhrname
Date:     2010-12-03 23:20:34 +0900 (Fri, 03 Dec 2010)

Log Message:
-----------
getComputedStyleメソッドの最適化のために、CSS2Propetiesオブジェクトを編集した

Modified Paths:
--------------
    branches/06x/065/org/w3c/dom/svg.js

Modified: branches/06x/065/org/w3c/dom/svg.js
===================================================================
--- branches/06x/065/org/w3c/dom/svg.js	2010-12-03 14:08:38 UTC (rev 2202)
+++ branches/06x/065/org/w3c/dom/svg.js	2010-12-03 14:20:34 UTC (rev 2203)
@@ -5369,6 +5369,8 @@
   s._list._opacity = 1;
   s._list._fontSize = 12;
   CSS2Properties._list = s._list;
+  Document.prototype.defaultView._defaultCSS = CSS2Properties._list;
+  s = null;
 })();
 
 NAIBU.addEvent = function(evt,lis){




Sie-announce メーリングリストの案内
Back to archive index