diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-07-30 20:45:52 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-30 20:45:52 -0400 |
commit | 736d3c892ecb31b6aa658b0d8b0c5be757258062 (patch) | |
tree | 38a89c34e7d0d2fc9431c77176d288da5261f15d /ext/fg/float.html | |
parent | 6e0b25c5d6ab72e6285e59d0ef9f619ea4a99a3c (diff) |
Dictionary data utility class (#698)
* Create utility class for helping format dictionary data
* Change format
Diffstat (limited to 'ext/fg/float.html')
-rw-r--r-- | ext/fg/float.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fg/float.html b/ext/fg/float.html index 9d7fa4b4..427a7e57 100644 --- a/ext/fg/float.html +++ b/ext/fg/float.html @@ -55,6 +55,7 @@ <script src="/fg/js/dom-text-scanner.js"></script> <script src="/fg/js/source.js"></script> <script src="/mixed/js/audio-system.js"></script> + <script src="/mixed/js/dictionary-data-util.js"></script> <script src="/mixed/js/display.js"></script> <script src="/mixed/js/display-generator.js"></script> <script src="/mixed/js/display-history.js"></script> |