Remove globally exposed vars
This commit is contained in:
parent
e801aa538d
commit
30972b8e87
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ class Navigation extends EventEmitter {
|
||||||
this.recentRooms = [];
|
this.recentRooms = [];
|
||||||
|
|
||||||
this.spaceToRoom = new Map();
|
this.spaceToRoom = new Map();
|
||||||
window.spaceToRoom = this.spaceToRoom;
|
|
||||||
|
|
||||||
this.rawModelStack = [];
|
this.rawModelStack = [];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue