Browse Source

Used the @fire tag to document events fired by destroy().

fredck 10 years ago
parent
commit
41041e707f
1 changed files with 2 additions and 0 deletions
  1. 2 0
      packages/ckeditor5-engine/src/editor.js

+ 2 - 0
packages/ckeditor5-engine/src/editor.js

@@ -36,6 +36,8 @@ CKEDITOR.define( [ 'ckeditor', 'mvc/model', 'utils' ], function( CKEDITOR, Model
 		/**
 		 * Destroys the editor instance, releasing all resources used by it. If the editor replaced an element, the
 		 * element will be recovered.
+		 *
+		 * @fires destroy
 		 */
 		destroy: function() {
 			this.fire( 'destroy' );