JSDOC/ScopeParser.js
authoralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:34:41 +0000 (16:34 +0800)
committeralan <alan@alanfast.akbkhome.com>
Mon, 19 Apr 2010 08:34:41 +0000 (16:34 +0800)
JSDOC/ScopeParser.js

index 298f635..dc22d02 100644 (file)
@@ -98,7 +98,7 @@ ScopeParser.prototype = {
         
     },
     warn: function(s) {
-        !this.debug || print('****************' + s);
+        print('****************' + s);
         this.warnings.push(s);
         //println("WARNING:" + htmlescape(s) + "<BR>");
     },
@@ -720,7 +720,7 @@ ScopeParser.prototype = {
         } else {
             //println("FETCHING SCOPE" + this.ts.cursor);
             fnScope = this.indexedScopes[this.ts.cursor];
-            fnScope.braceNesting--;
+          
         }
         
         // Parse function arguments.