From 53b1092ed504e2d0fbd10d508b4b2b505a4eeff0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Jan 2016 16:56:24 +0800 Subject: [PATCH] JSDOC/Scope.js --- JSDOC/Scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.2