내가 CKEditor에 통지 플러그인을 추가하려고하고를 추가 한 후 오류가 발생하고 나는 그것이CKEditor는 알림 플러그인
Uncaught TypeError: CKEDITOR.tools.eventsBuffer is not a function
at Area (plugin.js?t=D2LI:448)
at Object.init (plugin.js?t=D2LI:17)
at Object.<anonymous> (ckeditor.js:221)
at n (ckeditor.js:202)
at Array.m (ckeditor.js:202)
at o (ckeditor.js:202)
at ckeditor.js:203
을 알림 플러그인을 사용하려고 아닌지에 관계없이 CKEditor를 구현하는 모든 페이지에 갈 때 나는 다음과 같은 오류가 발생합니다
나는이 오류가 발생하기 때문에 분명히 플러그인을 포함하고 있습니다.
이것은 오류의 원인이되는 플러그인 코드 줄입니다.
this._uiBuffer = CKEDITOR.tools.eventsBuffer(10, this._layout, this);
도움을 주시면 감사하겠습니다.