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

index 6e2742a..2511a16 100644 (file)
@@ -301,7 +301,7 @@ ScopeParser.prototype = {
                         ls.getUsedSymbols();
                         // eat symbol if we are currently at { 
                         if (this.ts.look(0).data == '{') {
-                            tihs.ts.nextTok();
+                            this.ts.nextTok();
                         }
                         
                         //print("<<<<<<<EXIT SCOPE" +this.scopes.length);