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

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


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


Loading…
Cancel
Save