Remove globally exposed var

This commit is contained in:
Ajay Bura 2022-05-14 08:28:31 +05:30
parent 4a715bfd17
commit 941dae0625

View file

@ -15,7 +15,6 @@ class Navigation extends EventEmitter {
this.recentRooms = [];
this.rawModelStack = [];
window.nav = this;
}
_setSpacePath(roomId) {