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

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2011年 2月 15日 (火) 19:55:45 JST


Revision: 2405
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=2405
Author:   dhrname
Date:     2011-02-15 19:55:45 +0900 (Tue, 15 Feb 2011)

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


Modified Paths:
--------------
    branches/07x/071/org/w3c/dom/svg.js

Modified: branches/07x/071/org/w3c/dom/svg.js
===================================================================
--- branches/07x/071/org/w3c/dom/svg.js	2011-02-13 14:07:39 UTC (rev 2404)
+++ branches/07x/071/org/w3c/dom/svg.js	2011-02-15 10:55:45 UTC (rev 2405)
@@ -2393,7 +2393,7 @@
       for (var i=0, dli=dd.length;i<dli;++i) {
         D[i] = dd[i].match(sgs);
         for (var j=1, dili=D[i].length;j<dili;++j) {
-          D[i][j] = (D[i][j]) | 0;
+          D[i][j] = +(D[i][j]);
         }
       }
       sgs = dd = null;




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