JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:26:46 +0000 (13:26 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 05:26:46 +0000 (13:26 +0800)
JSDOC/ScopeParser.js

index e281d9c..03291fd 100644 (file)
@@ -206,7 +206,7 @@ ScopeParser.prototype = {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
              
             //println("START<i>"+token.data+"</i>");
-            switch(token.type + '.' token.name) {
+            switch(token.type + '.' token.name) {
                 case "KEYW.VAR":
                 case "KEYW.CONST": // not really relivant as it's only mozzy that does this.