From: Alan Knowles Date: Thu, 15 Jul 2010 08:27:32 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=05502e1f18a4e2562a4c44c6b83dbbd99f26dbec JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 89a0776..afd488d 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -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') + "
");