diff options
author | Alex Yatskov <alex@foosoft.net> | 2017-07-16 13:14:28 -0700 |
---|---|---|
committer | Alex Yatskov <alex@foosoft.net> | 2017-07-16 13:14:28 -0700 |
commit | 39f1f30dc9e9aaae8cbeac9afe120fbb5c2ecfd3 (patch) | |
tree | cffa791a8cc14fbe7375b54df77e94bd0d46d5ad /ext/mixed/js/audio.js | |
parent | 7dd75082abd31b725d9907a93ab97fe1434bab04 (diff) |
refactor bg/js/util.js
Diffstat (limited to 'ext/mixed/js/audio.js')
-rw-r--r-- | ext/mixed/js/audio.js | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/mixed/js/audio.js b/ext/mixed/js/audio.js index 451fe1d9..eb8fde94 100644 --- a/ext/mixed/js/audio.js +++ b/ext/mixed/js/audio.js @@ -17,10 +17,6 @@ */ -/* - * Audio - */ - async function audioBuildUrl(definition, mode, cache={}) { if (mode === 'jpod101') { let kana = definition.reading; |