JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:19:41 +0000 (16:19 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:19:41 +0000 (16:19 +0800)
JSDOC/ScopeParser.js

index 0a0f789..237f6b6 100644 (file)
@@ -731,7 +731,7 @@ ScopeParser.prototype = {
                                 //print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')');
                                 //throw "OOPS";
                             } else {
                                 //print("Found an undeclared symbol: " + symbol + ' (line:' + token.line + ')');
                                 //throw "OOPS";
                             } else {
-                                print("undeclared:" + token.toString())
+                                //print("undeclared:" + token.toString())
                             }
                             
                             
                             }