From 4b549c90bc43f09d3d6b44cdbfc21515b424dac7 Mon Sep 17 00:00:00 2001 From: dhrname Date: Tue, 3 Dec 2013 22:20:45 +0900 Subject: [PATCH] =?utf8?q?importNode=E3=83=A1=E3=82=BD=E3=83=83=E3=83=89?= =?utf8?q?=E3=81=AE=E8=BB=BD=E9=87=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- org/w3c/core.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/w3c/core.js b/org/w3c/core.js index a78a926..606eb9d 100644 --- a/org/w3c/core.js +++ b/org/w3c/core.js @@ -972,7 +972,7 @@ Document.prototype = Object._create(Node); //ノードのプロトタイプチ s.publicId = importedNode.publicId; s.systemId = importedNode.systemId; } else { - throw (new DOMException(/*DOMException.NOT_SUPPORTED_ERR*/ 9)); + throw new DOMException(/*DOMException.NOT_SUPPORTED_ERR*/ 9); } importedNode = deep = imn = attr = att = fi = n = uri = ch = void 0; return s; -- 2.11.0