X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=blobdiff_plain;f=JSDOC%2FScope.js;h=b34d0a01c7ce8bb730012eec8591010d78c93060;hp=8ae7f620e693ef613189154a651bfe94b28ecde1;hb=53b1092ed504e2d0fbd10d508b4b2b505a4eeff0;hpb=5df1c9a76af44aeac8e8a0ca5911ee084a485945 diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 8ae7f62..b34d0a0 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -9,7 +9,7 @@ const Identifier = imports.Identifier.Identifier const XObject = imports.XObject.XObject; -Scope.id = 0; +Scope.id = -1; function Scope(braceN, parent, startTokN, lastIdent, token) {