Преглед на файлове

Removed `ContextWatchdog#waitForReady()` method.

Maciej Bukowski преди 5 години
родител
ревизия
a263ea8109
променени са 1 файла, в които са добавени 0 реда и са изтрити 9 реда
  1. 0 9
      packages/ckeditor5-watchdog/src/contextwatchdog.js

+ 0 - 9
packages/ckeditor5-watchdog/src/contextwatchdog.js

@@ -268,15 +268,6 @@ export default class ContextWatchdog extends Watchdog {
 	}
 
 	/**
-	 * Waits for all previous actions.
-	 *
-	 * @returns {Promise}
-	 */
-	waitForReady() {
-		return this._actionQueue.enqueue( () => { } );
-	}
-
-	/**
 	 * Destroys the `ContextWatchdog` and all added items.
 	 * Once the `ContextWatchdog` is destroyed new items can not be added.
 	 *