JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:34:44 +0000 (15:34 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 07:34:44 +0000 (15:34 +0800)
JSDOC/ScopeParser.js

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