Remove globally exposed var
authorAjay Bura <ajbura@gmail.com>
Sat, 14 May 2022 02:58:31 +0000 (08:28 +0530)
committerAjay Bura <ajbura@gmail.com>
Sat, 14 May 2022 02:58:31 +0000 (08:28 +0530)
src/client/state/navigation.js

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