소스 검색

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…
취소
저장