OSDN Git Service

STLog object not to work
authordhrname <dhrname@users.sourceforge.jp>
Mon, 28 Nov 2011 12:56:21 +0000 (21:56 +0900)
committerdhrname <dhrname@users.sourceforge.jp>
Mon, 28 Nov 2011 12:56:21 +0000 (21:56 +0900)
org/w3c/dom/svg.js

index 871fa91..9ac45a0 100644 (file)
@@ -6273,7 +6273,7 @@ function unsvgtovml() {
  *一番最初に起動するべき関数 
  */
 NAIBU._main = (function() {
-  stlog = new STLog(true);
+  stlog = new STLog(false);
   var xmlhttp,         //XMLHttpオブジェクトを生成
       _doc = document; //documentのエイリアスを作成
   try {