Browse Source

DDocs: Document properties only once. [skip ci]

Piotrek Koszuliński 8 năm trước cách đây
mục cha
commit
ae95741a03
1 tập tin đã thay đổi với 0 bổ sung3 xóa
  1. 0 3
      packages/ckeditor5-ui/src/view.js

+ 0 - 3
packages/ckeditor5-ui/src/view.js

@@ -149,9 +149,6 @@ export default class View {
 		return ( this._element = this.template.render() );
 	}
 
-	/**
-	 * @type {HTMLElement}
-	 */
 	set element( el ) {
 		this._element = el;
 	}