Skip to content

Commit

Permalink
Remove globally exposed var
Browse files Browse the repository at this point in the history
  • Loading branch information
ajbura committed May 14, 2022
1 parent 4a715bf commit 941dae0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/client/state/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class Navigation extends EventEmitter {
this.recentRooms = [];

this.rawModelStack = [];
window.nav = this;
}

_setSpacePath(roomId) {
Expand Down

0 comments on commit 941dae0

Please sign in to comment.