JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:52:00 +0000 (13:52 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 05:52:00 +0000 (13:52 +0800)
JSDOC/ScopeParser.js

index 2199ef0..b527a15 100644 (file)
@@ -225,10 +225,10 @@ ScopeParser.prototype = {
         var isInObjectLitAr;
         this.scopes.push(scope);
        
-        var scopeIndent = ''; 
-        this.scopes.forEach(function() {
-            scopeIndent += '   '; 
-        });
+        //var scopeIndent = ''; 
+        //this.scopes.forEach(function() {
+        //    scopeIndent += '   '; 
+        //});
         //print(scopeIndent + ">> ENTER SCOPE");
         
         
@@ -327,6 +327,7 @@ ScopeParser.prototype = {
                     if (token.props) {
                         // it's an object literal..
                         // the values could be replaced..
+                        
                     }
                     
                     isObjectLitAr.push(false);