Remove globally exposed vars

This commit is contained in:
Ajay Bura 2022-08-20 13:27:03 +05:30
parent e801aa538d
commit 30972b8e87

View file

@ -17,7 +17,6 @@ class Navigation extends EventEmitter {
this.recentRooms = [];
this.spaceToRoom = new Map();
window.spaceToRoom = this.spaceToRoom;
this.rawModelStack = [];
}