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

index 7c06bd2..9358f9a 100644 (file)
@@ -523,7 +523,7 @@ ScopeParser.prototype = {
                     if (token.type != 'KEYW') {
                         break;
                     }
-                    print('SCOPE-KEYW:' + token.toString());
+                    //print('SCOPE-KEYW:' + token.toString());
                    // print("Check eval:");
                 
                     symbol = token.data;