JSDOC/Scope.js
authorAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:56:46 +0000 (16:56 +0800)
committerAlan Knowles <alan@akbkhome.com>
Thu, 15 Jul 2010 08:56:46 +0000 (16:56 +0800)
JSDOC/Scope.js

index e15f908..5fe7403 100644 (file)
@@ -25,7 +25,7 @@ function Scope(braceN, parent, startTokN, lastIdent, token)
     this.ident = lastIdent;
     this.gid = Scope.gid++;
     
     this.ident = lastIdent;
     this.gid = Scope.gid++;
     
-    print("ADD SCOPE(" + this.gid + ") TO "+ (parent ? this.parent.gid : 'TOP')) + ' : ' + 
+    print("ADD SCOPE(" + this.gid + ") TO "+ (parent ? this.parent.gid : 'TOP') + ' : ' + 
         (token ? token.toString() : ''));
     
     if (parent) {
         (token ? token.toString() : ''));
     
     if (parent) {