JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:47:55 +0000 (11:47 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 03:47:55 +0000 (11:47 +0800)
JSDOC/ScopeParser.js

index ee8772b..88d1218 100644 (file)
@@ -220,7 +220,7 @@ ScopeParser.prototype = {
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString()); 
             
-            print(scopeIndent + '' + token.data);
+            print(scopeIndent + ' SCOPE:' + token.data);
             //this.log(token.data);
             if (token.type == 'NAME') {
             //    print('*' + token.data);