[Sie-announce] SIEコード [2351] 他のモジュールの依存を低くするために、Eventオブジェクトの使用を控えた

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 1日 (火) 22:29:07 JST


Revision: 2351
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2351
Author:   dhrname
Date:     2011-02-01 22:29:07 +0900 (Tue, 01 Feb 2011)

Log Message:
-----------
他のモジュールの依存を低くするために、Eventオブジェクトの使用を控えた

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

Modified: branches/06x/069/org/w3c/dom/svg.js
===================================================================
--- branches/06x/069/org/w3c/dom/svg.js	2011-01-31 14:42:51 UTC (rev 2350)
+++ branches/06x/069/org/w3c/dom/svg.js	2011-02-01 13:29:07 UTC (rev 2351)
@@ -1687,7 +1687,7 @@
         /*全要素の読み込みが終了した場合*/
         if (s.implementation._buffer_) {
           /*以下はバッファリングにためておいた要素とイベントを、後から実行する*/
-          Event._buff = setInterval(function(){
+          NAIBU._buff = setInterval(function(){
             if (DOMImplementation._buffer_.length === 0) {
               clearInterval(Event._buff);              
             }
@@ -1696,7 +1696,7 @@
               s.dispatchEvent(evt);
               s = evt = null;
               if (!DOMImplementation._buffer_[1]) {
-                clearInterval(Event._buff);
+                clearInterval(NAIBU._buff);
                 DOMImplementation._buffer_ = null;
                 return;
               }




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