From f934a2c625733ef58d92fb42ac318b8a90205eee Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 9 Nov 2015 18:05:38 +0800 Subject: [PATCH] JSDOC/ScopeParser.vala --- JSDOC/ScopeParser.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/ScopeParser.vala b/JSDOC/ScopeParser.vala index ae7832f..a59024a 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -728,7 +728,7 @@ namespace JSDOC { var identifier = this.getIdentifier(symbol, scope, token); //println("??"); - if (identifier == false) { + if (identifier == null) { if (symbol.length <= 3 && Scope.builtin.indexOf(symbol) < 0) { // Here, we found an undeclared and un-namespaced symbol that is -- 2.39.2