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

index d8bf709..ee93828 100644 (file)
@@ -222,7 +222,7 @@ ScopeParser.prototype = {
                         }
                         //this.logR("parseScope GOT VAR  : <B>" + token.toString() + "</B>"); 
                         if (token.type !="NAME") {
-                            println(token.toString());
+                            print(token.toString());
                             throw "var without ident";
                         }