fix objectmap constructor

This commit is contained in:
Philipp Kunz 2016-08-07 18:07:21 +02:00
parent 1bdcae0524
commit 3c09f048a2

View File

@ -10,6 +10,15 @@ export interface IObjectmapForEach {
*/
export class Objectmap {
private objectArray = [];
/**
* returns a new instance
*/
constructor(){
};
/**
* add object to Objectmap
*/