Selaa lähdekoodia

No longer 'freezing' the instance.

dev-tmpl
Bryan Miller 6 vuotta sitten
vanhempi
commit
859ef65079
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      app/js/ui/EventWindow.js

+ 1
- 1
app/js/ui/EventWindow.js Näytä tiedosto

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


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


Loading…
Peruuta
Tallenna