Skip to content

Commit

Permalink
Make eslint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
otacke committed Oct 18, 2024
1 parent b328958 commit 14bcd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/h5p-dictation-button.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ class Button {

// Poor man's check for proper H5P.Tooltip version (should be in core 1.28+)
if (H5P.Tooltip && !!H5P.Tooltip(document.createElement('div'))?.observer) {
H5P.Tooltip(this.button, {position: 'bottom'});
H5P.Tooltip(this.button, { position: 'bottom' });
}

this.audio = this.audioInstance;
Expand Down

0 comments on commit 14bcd3a

Please sign in to comment.