summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/fg/js/float.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/fg/js/float.js b/ext/fg/js/float.js
index 8c7de906..7375b68f 100644
--- a/ext/fg/js/float.js
+++ b/ext/fg/js/float.js
@@ -119,4 +119,4 @@ DisplayFloat._messageHandlers = new Map([
['initialize', (self, {options, popupInfo, url, childrenSupported}) => self.initialize(options, popupInfo, url, childrenSupported)]
]);
-window.yomichan_display = new DisplayFloat();
+DisplayFloat.instance = new DisplayFloat();