diff options
-rw-r--r-- | ext/fg/js/float.js | 2 |
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(); |