Explorar el Código

No longer 'freezing' the instance.

dev-tmpl
Bryan Miller hace 6 años
padre
commit
859ef65079
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      app/js/ui/EventWindow.js

+ 1
- 1
app/js/ui/EventWindow.js Ver fichero

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


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


Cargando…
Cancelar
Guardar