From 14bcd3aa6cfad2d85189eeee5b355d6177285df9 Mon Sep 17 00:00:00 2001 From: Oliver Tacke Date: Fri, 18 Oct 2024 22:00:16 +0200 Subject: [PATCH] Make eslint happy --- src/scripts/h5p-dictation-button.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scripts/h5p-dictation-button.js b/src/scripts/h5p-dictation-button.js index ff9c19e..b779f12 100644 --- a/src/scripts/h5p-dictation-button.js +++ b/src/scripts/h5p-dictation-button.js @@ -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;