Explorar o código

Add missing inheritDoc annotations.

Maciej Gołaszewski %!s(int64=5) %!d(string=hai) anos
pai
achega
3d9b34460d
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      packages/ckeditor5-widget/src/widgetresize.js

+ 6 - 0
packages/ckeditor5-widget/src/widgetresize.js

@@ -33,6 +33,9 @@ export default class WidgetResize extends Plugin {
 		return 'WidgetResize';
 	}
 
+	/**
+	 * @inheritDoc
+	 */
 	init() {
 		/**
 		 * The currently visible resizer.
@@ -103,6 +106,9 @@ export default class WidgetResize extends Plugin {
 		} );
 	}
 
+	/**
+	 * @inheritDoc
+	 */
 	destroy() {
 		this._observer.stopListening();