浏览代码

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 查看文件





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



正在加载...
取消
保存