From cf2fb223db3146ecf71f6ca003fb89f65b10aac9 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 15:51:18 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 6bf1f16..1367bb4 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -221,10 +221,10 @@ Scope.prototype = { - if (this.identifiers[i].constructor != Identifier) { - print("SKIP NOT IDENTIFIER : " + i) - continue; - } + //if (this.identifiers[i].constructor != Identifier) { + // print("SKIP NOT IDENTIFIER : " + i) + // continue; + // } // println("IDENT:" +i+'
'); if (!repsym.length) { -- 2.39.2