diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:29:29 -0400 |
---|---|---|
committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2020-04-19 14:29:43 -0400 |
commit | 9ca906ef900dacfd10a548757d8a2b842a549088 (patch) | |
tree | 44a5b968140d9e78fe73b492c8d023a06c7eaec2 /ext/fg/js/float.js | |
parent | 7c578f75827ae0a72b13f04b8342fd8129f702d4 (diff) |
Create float-main.js
Diffstat (limited to 'ext/fg/js/float.js')
-rw-r--r-- | ext/fg/js/float.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js index 5c2c50c2..18d15a72 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -189,5 +189,3 @@ class DisplayFloat extends Display { } } } - -DisplayFloat.instance = new DisplayFloat(); |