svnno****@sourc*****
svnno****@sourc*****
2011年 7月 5日 (火) 23:23:29 JST
Revision: 2816
http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2816
Author: dhrname
Date: 2011-07-05 23:23:29 +0900 (Tue, 05 Jul 2011)
Log Message:
-----------
削除ミスがあったので修正
Modified Paths:
--------------
branches/08x/org/w3c/dom/svg.js
Modified: branches/08x/org/w3c/dom/svg.js
===================================================================
--- branches/08x/org/w3c/dom/svg.js 2011-07-05 14:19:03 UTC (rev 2815)
+++ branches/08x/org/w3c/dom/svg.js 2011-07-05 14:23:29 UTC (rev 2816)
@@ -1953,6 +1953,7 @@
this.addEventListener("DOMAttrModified", function(evt){
if (evt.attrName === "type") {
evt.target.type = evt.newValue;
+ } else if (evt.attrName === "title") {
evt.target.title = evt.newValue;
}
evt = null;