1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-02 09:57:46 +00:00

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.recentRooms = [];
this.rawModelStack = []; this.rawModelStack = [];
window.nav = this;
} }
_setSpacePath(roomId) { _setSpacePath(roomId) {