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

index 5a46f4b..c0b47e6 100644 (file)
@@ -14,7 +14,7 @@ ScopeParser = function(ts) {
     this.scopes = [];
     this.indexedScopes = {};
     this.timer = new Date() * 1;
-    this.debug = true;
+    this.debug = false;
 }
 
 // list of keywords that should not be used in object literals.