[Sie-announce] SIEコード [1626]

Zurück zum Archiv-Index

svnno****@sourc***** svnno****@sourc*****
2010年 2月 2日 (火) 23:35:30 JST


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

Log Message:
-----------


Modified Paths:
--------------
    branches/ufltima/core.js

Modified: branches/ufltima/core.js
===================================================================
--- branches/ufltima/core.js	2010-02-02 14:31:34 UTC (rev 1625)
+++ branches/ufltima/core.js	2010-02-02 14:35:30 UTC (rev 1626)
@@ -613,7 +613,7 @@
     if (qualifiedName === "id" && !namespaceURI) {              //id属性であったならば
       this.ownerDocument._id[value] = this;                     //ドキュメントに登録しておく
     }
-    evt.initMutationEvent("DOMAttrModified")
+    evt.initMutationEvent("DOMAttrModified", true, true, atn, null, value, qualifiedName, MutationEvent.ADDITION)
   }
   this.dispatchEvent(evt);
   localName = null;




Sie-announce メーリングリストの案内
Zurück zum Archiv-Index