diff options
Diffstat (limited to 'ext/fg/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 4a571466..5164cd8f 100644 --- a/ext/fg/js/float.js +++ b/ext/fg/js/float.js @@ -28,8 +28,6 @@ class DisplayFloat extends Display {              url: window.location.href          }; -        this.dependencies = Object.assign({}, this.dependencies, {docRangeFromPoint, docSentenceExtract}); -          window.addEventListener('message', (e) => this.onMessage(e), false);      } |