JSDOC/Token.vala
authorAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 10:09:04 +0000 (18:09 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 2 Nov 2015 10:09:04 +0000 (18:09 +0800)
JSDOC/Token.vala

index 681f1c6..6019777 100644 (file)
@@ -65,6 +65,7 @@ namespace JSDOC
             
             
             this.items = new Gee.ArrayList<Token>();
+            this.props = new Gee.HashMap<string,Gee.ArrayList<Token>>();
         }
     
         public string asString()