diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-07 14:16:19 -0500 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-03-07 21:43:51 -0500 |
commit | dceaa853098a465b2eaa1b90900b5c1832131f26 (patch) | |
tree | 40659359b076fed2ad57980f88e26d2ff95a12c5 /ext/fg | |
parent | 6adf2cf63f3f67020d3d06adfdfa0f136a7e09e0 (diff) |
Rename audio.js to audio-system.js
Diffstat (limited to 'ext/fg')
-rw-r--r-- | ext/fg/float.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 352a866a..7bbed565 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -46,7 +46,7 @@ <script src="/fg/js/document.js"></script> <script src="/fg/js/source.js"></script> - <script src="/mixed/js/audio.js"></script> + <script src="/mixed/js/audio-system.js"></script> <script src="/mixed/js/display-context.js"></script> <script src="/mixed/js/display.js"></script> <script src="/mixed/js/display-generator.js"></script> |