From eb7e45309d011a611b22d547cf3c7efe62ebbc7d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 7 Jul 2010 07:33:01 +0800 Subject: [PATCH] JSDOC/DocTag.js --- JSDOC/DocTag.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/DocTag.js b/JSDOC/DocTag.js index 0a6dbee..d9fa27b 100644 --- a/JSDOC/DocTag.js +++ b/JSDOC/DocTag.js @@ -62,7 +62,7 @@ DocTag = XObject.define( } } catch(e) { - if (Options.LOG) Options.warn(e); + if (Options.LOG) Options.LOG.warn(e); else throw e; } this.desc = src; // whatever is left -- 2.39.2