From 5e9645d7671d5dda467ea25f8e10e0c4c4e28518 Mon Sep 17 00:00:00 2001 From: dhrname Date: Mon, 28 Nov 2011 22:33:49 +0900 Subject: [PATCH] =?utf8?q?NAIBU.=5FsetPaint=E3=81=AB=E3=81=8A=E3=81=91?= =?utf8?q?=E3=82=8B=E5=A4=89=E6=95=B0=E3=81=AE=E6=95=B4=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- org/w3c/dom/svg.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/org/w3c/dom/svg.js b/org/w3c/dom/svg.js index bf05b66..2165ca9 100644 --- a/org/w3c/dom/svg.js +++ b/org/w3c/dom/svg.js @@ -2660,9 +2660,7 @@ NAIBU._setPaint = function(tar, matrix) { } cursor = style.getPropertyCSSValue("cursor"); if (cursor && !cursor._isDefault) { //初期値でないならば - var tc = cursor.cssText; - el.style.cursor = tc.split(":")[1]; - tc = void 0; + el.style.cursor = cursor.cssText.split(":")[1]; } vis = style.getPropertyCSSValue("visibility"); if (vis && !vis._isDefault) { -- 2.11.0