From 3b1bdb897eabb5b56770ec0e6b69f2247c41fe18 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Nov 2015 16:20:42 +0800 Subject: [PATCH] JSDOC/ScopeParser.vala --- JSDOC/ScopeParser.vala | 1 + 1 file changed, 1 insertion(+) diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index 8db88e7..0da866b 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -24,6 +24,7 @@ namespace JSDOC { this.ts = ts; // {TokenStream} this.warnings = new Gee.ArrayList(); this.globalScope = new Scope(-1, false, -1, ''); + this.indexedScopes = new Gee.HashMap(); //this.indexedg = {}; //this.timer = new Date() * 1; -- 2.39.2