[Sie-announce] SIEコード [1625] DocumentオブジェクトのdispatchEventメソッドを削除

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 2月 2日 (火) 23:31:34 JST


Revision: 1625
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1625
Author:   dhrname
Date:     2010-02-02 23:31:34 +0900 (Tue, 02 Feb 2010)

Log Message:
-----------
DocumentオブジェクトのdispatchEventメソッドを削除

Modified Paths:
--------------
    branches/ufltima/dom/events.js

Modified: branches/ufltima/dom/events.js
===================================================================
--- branches/ufltima/dom/events.js	2010-02-02 14:31:04 UTC (rev 1624)
+++ branches/ufltima/dom/events.js	2010-02-02 14:31:34 UTC (rev 1625)
@@ -140,16 +140,6 @@
     }
   }
 };
-Document.prototype.dispatchEvent = function( /*Event*/ evt) {
-  this._arr = [];
-  this.docuemntElement.dispatch(evt);
-  var tarr = this._arr;
-  for (var i=0,tarri=tarr.length;i<tarr;++i) {
-    tarr[i].set(this.w,this.h);
-  }
-  this._arr = null;
-  evt = null;
-};
 
 function EventListener(cap,type,listener) {
   this._cap = cap; this._type = type; this._listener = listener;




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