X-Git-Url: https://jasonwoof.com/gitweb/?p=ckeditor.git;a=blobdiff_plain;f=_source%2Fcore%2Feditor.js;h=e21477830c15f7afe7d2dc92dfeaf656b61189c4;hp=c4a5879e62dbd464af90498a4f4267f2ed00ec44;hb=7cd80714081a8ffdf4a1a8d2c72f120ed5ef3d6d;hpb=8761695d9b70afe75905deaac88f78c1f8aeb32d diff --git a/_source/core/editor.js b/_source/core/editor.js index c4a5879..e214778 100644 --- a/_source/core/editor.js +++ b/_source/core/editor.js @@ -467,6 +467,7 @@ CKEDITOR.tools.extend( CKEDITOR.editor.prototype, this.theme.destroy( this ); this.fire( 'destroy' ); CKEDITOR.remove( this ); + CKEDITOR.fire( 'instanceDestroyed', null, this ); }, /**