core/modules/ckeditor/js/ckeditor.admin.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/modules/ckeditor/js/ckeditor.admin.js b/core/modules/ckeditor/js/ckeditor.admin.js index 49ca229..d519d66 100644 --- a/core/modules/ckeditor/js/ckeditor.admin.js +++ b/core/modules/ckeditor/js/ckeditor.admin.js @@ -120,8 +120,8 @@ Drupal.ckeditor = { this.getCKEditorFeatures(this.model.get('hiddenEditorConfig'), this.disableFeaturesDisallowedByFilters.bind(this)); // Push the active editor configuration to the textarea. - this.model.listenTo(this.model, 'change:activeEditorConfig', this.model.sync, this.model); - this.listenTo(this.model, 'change:isDirty', this.parseEditorDOM, this); + this.model.listenTo(this.model, 'change:activeEditorConfig', this.model.sync); + this.listenTo(this.model, 'change:isDirty', this.parseEditorDOM); }, /**