diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-15 19:49:07 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-02-22 14:52:09 -0500 |
commit | aa76113e756391da64d84d368c3b103c873519cb (patch) | |
tree | 4204d17992f794367aa94f4266648bdc0c8b2359 /ext/mixed/js | |
parent | 6d75637ace341b79a6a12c7854b13fb1c279498f (diff) |
Fix block padding
Diffstat (limited to 'ext/mixed/js')
-rw-r--r-- | ext/mixed/js/audio.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/mixed/js/audio.js b/ext/mixed/js/audio.js index fe5982dd..b5a025be 100644 --- a/ext/mixed/js/audio.js +++ b/ext/mixed/js/audio.js @@ -54,7 +54,6 @@ class TextToSpeechAudio { speechSynthesis.cancel(); speechSynthesis.speak(this._utterance); - } catch (e) { // NOP } @@ -82,7 +81,6 @@ class TextToSpeechAudio { return new TextToSpeechAudio(text, voice); } - } function audioGetFromUrl(url, willDownload) { |