From: Alan Knowles Date: Mon, 9 Nov 2015 10:05:09 +0000 (+0800) Subject: JSDOC/ScopeParser.vala X-Git-Url: http://git.roojs.org/?p=gnome.introspection-doc-generator;a=commitdiff_plain;h=0212f72b915c93e729938400da453a70387b993d JSDOC/ScopeParser.vala --- diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index 459a6a0..108aaf6 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -472,7 +472,7 @@ namespace JSDOC { //println("GOT IDENT: " + symbol + "
"); //println("GOT IDENT (2): " + symbol + "
"); - identifier = this.getIdentifier(symbol, scope, token); + var identifier = this.getIdentifier(symbol, scope, token); if (identifier == null) { // BUG!find out where builtin is defined...