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

index 070c0f9..fbd08af 100644 (file)
@@ -224,7 +224,8 @@ ScopeParser.prototype = {
                         //this.logR("parseScope GOT VAR  : <B>" + token.toString() + "</B>"); 
                         if (token.type !="NAME") {
                             print(token.toString());
-                            throw "var without ident";
+                            print( "var without ident");
+                            Seed.quit
                         }