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

index 684c3f9..7127967 100644 (file)
@@ -541,7 +541,7 @@ ScopeParser.prototype = {
                         // then we are in an object lit.. -> we need to flag the brace as such...
                         isObjectLitAr.pop();
                         isObjectLitAr.push(true);
-                        print(">>>>> OBJ PUSH(true)");
+                        print(">>>>> EXP PUSH(true)");
                     }
                     
                     
@@ -571,7 +571,7 @@ ScopeParser.prototype = {
                         // then we are in an object lit.. -> we need to flag the brace as such...
                         isObjectLitAr.pop();
                         isObjectLitAr.push(true);
-                         print(">>>>> OBJ PUSH(true)");
+                         print(">>>>> EXP  PUSH(true)");
                         break;
                     }
                     isInObjectLitAr = isObjectLitAr[isObjectLitAr.length-1];