Ver Fonte

Fixed API docs.

Maciej Bukowski há 6 anos atrás
pai
commit
da379abc1f
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      packages/ckeditor5-watchdog/src/watchdog.js

+ 0 - 2
packages/ckeditor5-watchdog/src/watchdog.js

@@ -144,7 +144,6 @@ export default class Watchdog {
 	 * Starts error handling by attaching global error handlers.
 	 * Starts error handling by attaching global error handlers.
 	 *
 	 *
 	 * @protected
 	 * @protected
-	 * @returns {Promise}
 	 */
 	 */
 	_startErrorHandling() {
 	_startErrorHandling() {
 		window.addEventListener( 'error', this._boundErrorHandler );
 		window.addEventListener( 'error', this._boundErrorHandler );
@@ -155,7 +154,6 @@ export default class Watchdog {
 	 * Stops error handling by detaching global error handlers.
 	 * Stops error handling by detaching global error handlers.
 	 *
 	 *
 	 * @protected
 	 * @protected
-	 * @returns {Promise}
 	 */
 	 */
 	_stopErrorHandling() {
 	_stopErrorHandling() {
 		window.removeEventListener( 'error', this._boundErrorHandler );
 		window.removeEventListener( 'error', this._boundErrorHandler );