Maciej Bukowski před 6 roky
rodič
revize
5556bbf21e
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      packages/ckeditor5-watchdog/src/watchdog.js

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

@@ -154,7 +154,7 @@ export default class Watchdog {
 		 * The editor source element or data.
 		 * The editor source element or data.
 		 *
 		 *
 		 * @private
 		 * @private
-		 * @member {HTMLElement|String} #_elementOrData
+		 * @member {HTMLElement|String|Object.<String|String>} #_elementOrData
 		 */
 		 */
 
 
 		/**
 		/**
@@ -203,7 +203,7 @@ export default class Watchdog {
 	 * Creates a watched editor instance using the creator passed to the {@link #setCreator `setCreator()`} method or
 	 * Creates a watched editor instance using the creator passed to the {@link #setCreator `setCreator()`} method or
 	 * {@link module:watchdog/watchdog~Watchdog.for `Watchdog.for()`} helper.
 	 * {@link module:watchdog/watchdog~Watchdog.for `Watchdog.for()`} helper.
 	 *
 	 *
-	 * @param {HTMLElement|String} elementOrData
+	 * @param {HTMLElement|String|Object.<String|String>} elementOrData
 	 * @param {module:core/editor/editorconfig~EditorConfig} [config]
 	 * @param {module:core/editor/editorconfig~EditorConfig} [config]
 	 *
 	 *
 	 * @returns {Promise}
 	 * @returns {Promise}