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

index 1fc02d2..13cb1ab 100644 (file)
@@ -559,7 +559,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(">>>>> OBJ PUSH(true)");
                         break;
                     }
                     isInObjectLitAr = isObjectLitAr[isObjectLitAr.length-1];