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

index 8d24398..b0b331d 100644 (file)
@@ -337,7 +337,7 @@ ScopeParser.prototype = {
                 
                 
                 default: 
-                    if ((token.type != "NAME") && (token.type != "KEYW"){
+                    if ((token.type != "NAME") && (token.type != "KEYW")){
                         break;
                     }
                     // got identifier..