From 2fc0454cfd660f8e0e153326ac4889a1bd0a8c15 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 25 Nov 2015 16:43:50 +0800 Subject: [PATCH] JSDOC/Scope.vala --- JSDOC/Scope.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSDOC/Scope.vala b/JSDOC/Scope.vala index a168cae..2be9827 100644 --- a/JSDOC/Scope.vala +++ b/JSDOC/Scope.vala @@ -243,7 +243,7 @@ namespace JSDOC return; } - string[] all; + string[] all = {}; var iter = this.identifiers.map_iterator(); while (iter.next()) { all += iter.get_key(); -- 2.39.2