JSDOC/Token.vala
[gnome.introspection-doc-generator] / 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()