소스 검색

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

fredck 10 년 전
부모
커밋
41041e707f
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  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' );