瀏覽代碼

No longer 'freezing' the instance.

dev-tmpl
Bryan Miller 6 年之前
父節點
當前提交
859ef65079
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/js/ui/EventWindow.js

+ 1
- 1
app/js/ui/EventWindow.js 查看文件

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


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


Loading…
取消
儲存