Remove globally exposed var
This commit is contained in:
parent
71f25908f8
commit
578527cfac
1 changed files with 0 additions and 1 deletions
|
|
@ -15,7 +15,6 @@ class Navigation extends EventEmitter {
|
||||||
this.recentRooms = [];
|
this.recentRooms = [];
|
||||||
|
|
||||||
this.rawModelStack = [];
|
this.rawModelStack = [];
|
||||||
window.nav = this;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
_setSpacePath(roomId) {
|
_setSpacePath(roomId) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue