Przeglądaj źródła

No longer 'freezing' the instance.

dev-tmpl
Bryan Miller 6 lat temu
rodzic
commit
859ef65079
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      app/js/ui/EventWindow.js

+ 1
- 1
app/js/ui/EventWindow.js Wyświetl plik

@@ -94,6 +94,6 @@ class EventWindow extends EventCaller{


const instance = new EventWindow();
Object.freeze(instance);
//Object.freeze(instance);
export default instance;


Ładowanie…
Anuluj
Zapisz