JSDOC/ScopeParser.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:49:36 +0000 (14:49 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 06:49:36 +0000 (14:49 +0800)
JSDOC/ScopeParser.js

index ea9a3f5..97b3fac 100644 (file)
@@ -359,8 +359,10 @@ ScopeParser.prototype = {
                     
                     //print(">>>>>> OBJLIT PUSH(false)" + this.braceNesting);
                     break;
-/*
+
                 case "PUNC.RIGHT_CURLY": // }
+                    return;
+                /*
                     //println("<i>"+token.data+"</i>");
                     this.braceNesting--;
                     isObjectLitAr.pop();