From: Alan Knowles Date: Thu, 15 Jul 2010 08:48:51 +0000 (+0800) Subject: JSDOC/Scope.js X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=36b2086548e17ebfcff7bffc9a100eefefca1dc1 JSDOC/Scope.js --- diff --git a/JSDOC/Scope.js b/JSDOC/Scope.js index f6b8db2..3a03c4b 100644 --- a/JSDOC/Scope.js +++ b/JSDOC/Scope.js @@ -74,6 +74,10 @@ Scope.prototype = { }, getIdentifier : function(symbol) { if (typeof(this.identifiers[symbol])== 'undefined') { + if (['String', 'Date'].indexOf(symbol)) { + return false; + } + print("SCOPE : " + this.gid +" = SYMBOL NOT FOUND?" + symbol); return false; }