From 1b1f1ee454912abe1e6716e22f8e1990694bee38 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Jan 2016 16:57:37 +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 b34d0a0..6d191bd 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 = -1; +Scope.id = 1; function Scope(braceN, parent, startTokN, lastIdent, token) { -- 2.39.2