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

index 6bf1f16..1367bb4 100644 (file)
@@ -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+'</BR>');
                 
                 if (!repsym.length) {