From: Alan Knowles Date: Thu, 15 Jul 2010 08:50:46 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=5670ccb0cb1854a9c088b6d45531e95e48015a1e;ds=sidebyside JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index 11bf09e..727d234 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -81,7 +81,7 @@ Scope.prototype = { print("SCOPE : " + this.gid +" = SYMBOL NOT FOUND?" + symbol); return false; } - print("SCOPE : " + this.gid +" = FOUND?" + symbol); + print("SCOPE : " + this.gid +" = FOUND:" + symbol); return this.identifiers[symbol]; },