From 3dbb72432a647097a7b7c8514e0586e8e011b67d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 2 Nov 2015 18:07:11 +0800 Subject: [PATCH] JSDOC/Token.vala --- JSDOC/Token.vala | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/JSDOC/Token.vala b/JSDOC/Token.vala index 4cd1f60..681f1c6 100644 --- a/JSDOC/Token.vala +++ b/JSDOC/Token.vala @@ -47,7 +47,8 @@ namespace JSDOC // used to stuff tokens together when building a tree.. public Gee.ArrayList items; - public Gee.HashMap> items; + // for a object definition, key -> array of tokens.. + public Gee.HashMap> props; // props??? what's this??? -- 2.39.2