JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:51:04 +0000 (13:51 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 16 Jul 2010 05:51:04 +0000 (13:51 +0800)
JSDOC/ScopeParser.js

index 00c01a6..e4dc1d7 100644 (file)
@@ -141,7 +141,7 @@ ScopeParser.prototype = {
         this.braceNesting = 0;
         this.scopes = [];
         
-        print(JSON.stringify(this.ts.tokens, null,4));
+        //print(JSON.stringify(this.ts.tokens, null,4));
         
         
         this.globalScope = new  Scope(-1, false, -1, '');