Skip to content

Commit

Permalink
Fix the JSDoc path for InputTextView#_inputView type.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalec committed May 6, 2020
1 parent 1a3aa74 commit 3004bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-table/src/ui/colorinputview.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export default class ColorInputView extends View {
* An instance of the input allowing the user to type a color value.
*
* @protected
* @member {module:ui/dropdown/dropdown~DropdownView}
* @member {module:ui/inputtext/inputtextview~InputTextView}
*/
this._inputView = this._createInputTextView( locale );

Expand Down

0 comments on commit 3004bf8

Please sign in to comment.