Skip to content

Commit

Permalink
Docs: Added a missing @member description of the FocusTracker#focused…
Browse files Browse the repository at this point in the history
…Element.
  • Loading branch information
oleq committed Apr 3, 2020
1 parent ea3f1f7 commit 0f0246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-utils/src/focustracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default class FocusTracker {
*
* @readonly
* @observable
* @member {HTMLElement|null}
* @member {HTMLElement|null} #focusedElement
*/
this.set( 'focusedElement', null );

Expand Down

0 comments on commit 0f0246c

Please sign in to comment.