Skip to content

Commit

Permalink
Remove 'editor-incorrect-destroy' warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
engineering-this committed Jun 14, 2019
1 parent 844f9fb commit a0441d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions core/editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,6 @@
CKEDITOR.tools.setTimeout( function() {
if ( !this._shouldPreventInit() ) {
initConfig( this, instanceConfig );
} else {
CKEDITOR.warn( 'editor-incorrect-destroy' );
}
}, 0, this );
}
Expand Down

0 comments on commit a0441d4

Please sign in to comment.