fix objectmap constructor
This commit is contained in:
parent
1bdcae0524
commit
3c09f048a2
@ -10,6 +10,15 @@ export interface IObjectmapForEach {
|
|||||||
*/
|
*/
|
||||||
export class Objectmap {
|
export class Objectmap {
|
||||||
private objectArray = [];
|
private objectArray = [];
|
||||||
|
|
||||||
|
/**
|
||||||
|
* returns a new instance
|
||||||
|
*/
|
||||||
|
constructor(){
|
||||||
|
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* add object to Objectmap
|
* add object to Objectmap
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user