diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-01-23 00:31:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-23 00:31:23 -0500 |
commit | 349d9a36110976c9da912e432d9828dbf1c8a7cf (patch) | |
tree | 4340a9b0b18fcb16419ea9a7542977fb1952b313 /ext/fg/float.html | |
parent | 7fbfef513d1336a883968f319c7001b4bb04876d (diff) |
Update display audio cache (#1292)
* Use a standard map
* Wrap function
* Improve cache to support multiple different source arrays
For the same reading/expression
* Rename variable
* Use null instead of an error
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 512818bd..505bce81 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -93,7 +93,6 @@ <script src="/mixed/js/api.js"></script> <script src="/mixed/js/japanese.js"></script> -<script src="/mixed/js/cache-map.js"></script> <script src="/mixed/js/document-util.js"></script> <script src="/fg/js/dom-text-scanner.js"></script> <script src="/fg/js/text-source-range.js"></script> |