Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Docs: Minor API docs fix. [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed May 25, 2017
1 parent 9d26ead commit 66978f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/filedialogbuttonview.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class FileDialogButtonView extends ButtonView {
* Hidden input view used to execute file dialog. It will be hidden and added to the end of `document.body`.
*
* @protected
* @member module:upload/ui/filedialogbuttonview~FileInputView #fileInputView
* @member {module:upload/ui/filedialogbuttonview~FileInputView}
*/
this.fileInputView = new FileInputView( locale );

Expand Down

0 comments on commit 66978f5

Please sign in to comment.