From 804c4bee33b4ba858ba3447a9d3dd95298928582 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 6 Nov 2015 16:30: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 6a09325..6584735 100644 --- a/JSDOC/ScopeParser.vala +++ b/JSDOC/ScopeParser.vala @@ -285,7 +285,7 @@ namespace JSDOC { } else { //var bn = this.braceNesting; var bn = this.braceNesting; - var nts = []; + var nts = new Gee.ArrayList(); while (true) { if (!token || token.type == 'VOID' || token.data == ',') { break; -- 2.39.2