[Sie-announce] SIEコード [1787] cursorの処理を省略することによる効率化

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2010年 4月 11日 (日) 21:13:36 JST


Revision: 1787
          http://sourceforge.jp/projects/sie/svn/view?view=rev&revision=1787
Author:   dhrname
Date:     2010-04-11 21:13:36 +0900 (Sun, 11 Apr 2010)

Log Message:
-----------
cursorの処理を省略することによる効率化

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

Modified: branches/ufltima/dom/svg.js
===================================================================
--- branches/ufltima/dom/svg.js	2010-04-11 12:02:42 UTC (rev 1786)
+++ branches/ufltima/dom/svg.js	2010-04-11 12:13:36 UTC (rev 1787)
@@ -1788,7 +1788,7 @@
     el.stroked = "false";
   }
   var cursor = style.getPropertyValue("cursor");
-  if (cursor !== "default") {
+  if (cursor !== "default" || cursor !== "") {
     el.style.cursor = cursor;
   }
   style = cursor = null;




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