Browse Source

No longer 'freezing' the instance.

dev-tmpl
Bryan Miller 6 years ago
parent
commit
859ef65079
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      app/js/ui/EventWindow.js

+ 1
- 1
app/js/ui/EventWindow.js View File





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



Loading…
Cancel
Save