From 4c3ea40b63258f691f715f0136e7a7e05cccf3e6 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 Nov 2011 12:34:19 +0800 Subject: [PATCH] JSDOC/ScopeNamer.js --- JSDOC/ScopeNamer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeNamer.js b/JSDOC/ScopeNamer.js index 64540de..588dcc1 100644 --- a/JSDOC/ScopeNamer.js +++ b/JSDOC/ScopeNamer.js @@ -88,7 +88,7 @@ ScopeNamer = XObject.define( this.args = this.args ? this.args.slice(0) : []; Symbol.srcFile = this.filename; this.createJSDOC = true; - + this.global = '_global_'; // console.dump(ar); }, -- 2.39.2