From 915d89950d18211ab646a1b38c0dde45c4653bd0 Mon Sep 17 00:00:00 2001 From: dhrname Date: Sun, 17 Jun 2012 23:07:42 +0900 Subject: [PATCH] =?utf8?q?createDocument=E3=83=A1=E3=82=BD=E3=83=83?= =?utf8?q?=E3=83=89=E3=81=AE=E4=BE=8B=E5=A4=96=E5=87=A6=E7=90=86=E3=81=AB?= =?utf8?q?=E3=81=8A=E3=81=91=E3=82=8Balert=E3=82=92=E9=99=A4=E5=8E=BB?= 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 84c9a88..e52db9d 100644 --- a/org/w3c/core.js +++ b/org/w3c/core.js @@ -201,7 +201,7 @@ DOMImplementation = { s.doctype = doctype; s.documentElement = s.createElementNS(ns,qname); //ルート要素を作る return s; - } catch(e){alert(e.message);} + } catch(e){} }, "http://www.w3.org/2000/xmlns": {} }; -- 2.11.0