私は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);
何か助けていただければ幸いです。