X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;h=afd488d1ccef95db790580e0097a8f2f90af8aee;hp=342f01841f480e44b2c396d4b2a0dde482ae6b8c;hb=05502e1f18a4e2562a4c44c6b83dbbd99f26dbec;hpb=96bf2cea538bad4477c8d58a925bb85ac3efb608 diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 342f018..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') + "
"); @@ -313,4 +313,4 @@ XObject.extend(Scope, { }) // init the scope constants.. Scope.init(); - \ No newline at end of file +Scope.gid = 0; \ No newline at end of file