ソースを参照

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;


読み込み中…
キャンセル
保存