From 2d703c91a7ebba9038e20d699a7a36f5e68885d2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 11 Jan 2016 16:50:42 +0800 Subject: [PATCH] JSDOC/ScopeParser.js --- JSDOC/ScopeParser.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/JSDOC/ScopeParser.js b/JSDOC/ScopeParser.js index a35790e..7c77be0 100644 --- a/JSDOC/ScopeParser.js +++ b/JSDOC/ScopeParser.js @@ -176,6 +176,8 @@ ScopeParser.prototype = { this.globalScope.munge(); + this.globalScope.dump(); + }, -- 2.39.2