From: Alan Knowles Date: Thu, 15 Jul 2010 08:56:46 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=bb1da2c04b0e59e75cff3317798af860f3439a11;hp=1fee543cab2985fa25cdee41a4e79948c0105493 JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index e15f908..5fe7403 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -25,7 +25,7 @@ function Scope(braceN, parent, startTokN, lastIdent, token) this.ident = lastIdent; this.gid = Scope.gid++; - print("ADD SCOPE(" + this.gid + ") TO "+ (parent ? this.parent.gid : 'TOP')) + ' : ' + + print("ADD SCOPE(" + this.gid + ") TO "+ (parent ? this.parent.gid : 'TOP') + ' : ' + (token ? token.toString() : '')); if (parent) {