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

index 08d697d..fb9103b 100644 (file)
@@ -205,7 +205,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
              
-            this.debug|| print(token.type + '.' + token.name+ ":" + token.data);
+            !this.debug|| print(token.type + '.' + token.name+ ":" + token.data);
             switch(token.type + '.' + token.name) {
                 case "KEYW.VAR":
                 case "KEYW.CONST": // not really relivant as it's only mozzy that does this.