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

index 89a0776..afd488d 100644 (file)
@@ -23,7 +23,7 @@ function Scope(braceN, parent, startTokN, lastIdent)
     this.subScopes = [];
     this.hints = { };
     this.ident = lastIdent;
     this.subScopes = [];
     this.hints = { };
     this.ident = lastIdent;
-    
+    this.gid = Scope.gid++;
     
     //println("ADD SCOPE(" + this.id + ") TO "+ (parent ? this.parent.id : 'TOP') + "<BR/>");
     
     
     //println("ADD SCOPE(" + this.id + ") TO "+ (parent ? this.parent.id : 'TOP') + "<BR/>");