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

index a26e1ea..fc5c9bd 100644 (file)
@@ -209,6 +209,7 @@ ScopeParser.prototype = {
         var isInObjectLitAr;
         this.scopes.push(scope);
         
+        // for printing stuff..
         var scopeIndent = ''; 
         this.scopes.forEach(function() {
             scopeIndent += '   ';