diff options
| author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-12 15:00:39 -0400 | 
|---|---|---|
| committer | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2019-10-12 15:31:29 -0400 | 
| commit | 537d2ef532aa7b7498de13ab039bd23f28d32714 (patch) | |
| tree | 6cf3db9c0e2b58809d4c77a923af9841d26d68ff /ext/fg/js | |
| parent | 6da76835524fbf6b95902f06822d77c54ccf735b (diff) | |
Remove Display.dependencies
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);      } |