You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
정의되지 않음 또는 null 참조인 'fireJobs' 속성을 가져올 수 없습니다.
editor.js, 줄: 215, 열: 782
이런식으로 오류 뜨구요
소스는
},getEmbeddedData:function(e){return this.getSaver().getEmbeddedData(e)},getResults:function(e){return this.getSaver().getResults(e)},getAutosaveSeq:function(){return(this.getAutoSaver&&this.getAutoSaver())?this.getAutoSaver().getCurSeq():"0"}});(function(){i.Editor=h.Class.create({$const:{__ACTIVE:d,__PANEL_LOADED:d,__EDITOR_LOADED:d,__MULTI_LIST:[],__SELECTED_INDEX:0},initialize:function(y){if(h.hmailLogging){h.hmailLogging(y)}Editor.initStartTime=new Date().getTime();var A;try{Editor.__EDITOR_LOADED=d;Editor.__PANEL_LOADED=d;A=new h.Editor(y);var B=A.getInitializedId();if(B!=j){var x=B==""?0:B;Editor.__MULTI_LIST[x]=A;Editor.__SELECTED_INDEX=x}Object.extend(Editor,A);Editor.__EDITOR_LOADED=v;Editor.__ACTIVE=v}catch(z){if(A){A.fireJobs(h.Ev.__RUNTIME_EXCEPTION,z)}else{A.fireJobs(h.Ev.__RUNTIME_EXCEPTION,"_editor_not_defined!"+z)}throw z}}});Editor.modify=function(e){if(Editor.__PANEL_LOADED&&Editor.__EDITOR_LOADED){if(this.loadEditor){this.loadEditor(e)}}else{setTimeout(this.modify.bind(this,e),10)
이렇게 되어 있습니다.
먼가 js 경로가 안맞거나 해서 그런거 같은데 어디 경로가 틀린건지를 찾을수가 없네요;;;;
혹시 오류 확인 가능 할까요??? ㅜㅜ
The text was updated successfully, but these errors were encountered: