JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:09:00 +0000 (16:09 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:09:00 +0000 (16:09 +0800)
JSDOC/ScopeParser.js

index 60a025c..3792d87 100644 (file)
@@ -98,7 +98,7 @@ ScopeParser.prototype = {
         
     },
     warn: function(s) {
-        !this.debug || print(s);
+        !this.debug || print('****************' + s);
         this.warnings.push(s);
         //println("WARNING:" + htmlescape(s) + "<BR>");
     },