Parcourir la source

No longer 'freezing' the instance.

dev-tmpl
Bryan Miller il y a 6 ans
Parent
révision
859ef65079
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      app/js/ui/EventWindow.js

+ 1
- 1
app/js/ui/EventWindow.js Voir le fichier

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


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


Chargement…
Annuler
Enregistrer