From 209cbf916efff44454e07faa8c842a1eea75fea1 Mon Sep 17 00:00:00 2001 From: alan Date: Mon, 19 Apr 2010 15:51:03 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 592a532..6bf1f16 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -215,12 +215,14 @@ Scope.prototype = { } if (this.isProtectedVar(i)) { + print("SKIP PROTECTED: " + i) continue; // } if (this.identifiers[i].constructor != Identifier) { + print("SKIP NOT IDENTIFIER : " + i) continue; } // println("IDENT:" +i+'
'); -- 2.39.2