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

index 01e36f8..a26e1ea 100644 (file)
@@ -208,6 +208,12 @@ ScopeParser.prototype = {
         var isObjectLitAr = [ false ];
         var isInObjectLitAr;
         this.scopes.push(scope);
+        
+        var scopeIndent = ''; 
+        this.scopes.forEach(function() {
+            scopeIndent += '   '; 
+        });
+        
         token = this.ts.lookTok(1);
         while (token) {
           //  this.timerPrint("parseScope AFTER lookT: " + token.toString());