JSDOC/Scope.js
[gnome.introspection-doc-generator] / 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.gid = Scope.gid++;
     
     //println("ADD SCOPE(" + this.id + ") TO "+ (parent ? this.parent.id : 'TOP') + "<BR/>");