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

index 7a6e0da..74c404d 100644 (file)
@@ -502,7 +502,7 @@ ScopeParser.prototype = {
             currentScope = this.scopes[this.scopes.length-1];
             
             //println("<i>"+token.data+"</i>");
-            !this.debug|| print ("EXP" + token.toString());
+            this.log("EXP:" + token.data);
             switch (token.type) {
                 case 'PUNC':
                     switch(token.data) {