From 4f0f823b5b9671c80f184a03b5f75c202c358ed2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 13 Dec 2012 16:27:58 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index 8ec788f..a01fa49 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -226,9 +226,9 @@ ScopeParser.prototype = { //this.dumpToken(token , this.scopes, this.braceNesting); //print('SCOPE:' + token.toString()); //this.log(token.data); - if (token.type == 'NAME') { + //if (token.type == 'NAME') { // print('*' + token.data); - } + //} switch(token.type + '.' + token.name) { case "KEYW.VAR": case "KEYW.CONST": // not really relivant as it's only mozzy that does this. -- 2.39.2