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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 7月 7日 (水) 22:51:19 JST


Revision: 1930
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1930
Author:   dhrname
Date:     2010-07-07 22:51:18 +0900 (Wed, 07 Jul 2010)

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


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

Modified: branches/06x/061/org/w3c/dom/svg.js
===================================================================
--- branches/06x/061/org/w3c/dom/svg.js	2010-07-06 14:53:04 UTC (rev 1929)
+++ branches/06x/061/org/w3c/dom/svg.js	2010-07-07 13:51:18 UTC (rev 1930)
@@ -218,7 +218,7 @@
     } else if (name.indexOf("on") === 0) {           //event属性ならば
       /*ECMA 262-3においては、eval("(function(){})")はFunctionオブジェクトを返さなければならない
        *ところが、IEでは、undefinedの値を返してしまう。
-       *他のブラウザではECMAの仕様にしたがっているようなので、IEだけの問題に注意
+       *他のブラウザではECMAの仕様にしたがっているようなので、IEだけの問題であることに注意
        */
       eval("document._s = (function(evt){" +evt.newValue+ "})");
       var v = name.substring(2, name.length);
@@ -3697,7 +3697,6 @@
     var tar = evt.target, script = tar._text;
     var tod = tar.ownerDocument;
     script = script.replace(/function\s+(\w+)/g, "$1 = function");
-    alert(script);
     eval(script);
     tod._svgload_limited--;
     if (tod.documentElement._svgload_limited < 0) {




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