JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:23:20 +0000 (14:23 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:23:20 +0000 (14:23 +0800)
JSDOC/ScopeParser.js

index 373a65b..a700826 100644 (file)
@@ -744,7 +744,7 @@ ScopeParser.prototype = {
                     
                     
                     //println("<B>EID</B>");
-                 case 'KEYW':   
+                case 'KEYW':   
                     print("EXPR-KEYW:" + JSON.stringify(token, null, 4));
                     if (token.name == "FUNCTION") {
                         
@@ -781,7 +781,8 @@ ScopeParser.prototype = {
                         }
                         break;
                     } 
-                   
+                default: 
+                      print("EXPR-SKIP:" + JSON.stringify(token, null, 4));
             }
             if (!this.ts.nextTok()) break;
         }