diff options
author | toasted-nutbread <toasted-nutbread@users.noreply.github.com> | 2021-02-08 17:52:56 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 17:52:56 -0500 |
commit | 73e91b3b62f5ca07bcf2bf66e54e0d16af73dd42 (patch) | |
tree | f54ad3e54aac4fb23fb1ebb1755e89b9049dd833 /ext/mixed | |
parent | 3e5b30ff764a34d2f51dc67d64a05d3a98cbed86 (diff) |
Refactor FrameOffsetForwarder (#1353)
* Add getChildFrameElement to FrameAncestryHandler
* Add isRootFrame
* Initialize _frameOffset to [0, 0]
* Update FrameOffsetForwarder implementation
* Update documentation
Diffstat (limited to 'ext/mixed')
-rw-r--r-- | ext/mixed/js/display.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mixed/js/display.js b/ext/mixed/js/display.js index c1044872..99ccfa85 100644 --- a/ext/mixed/js/display.js +++ b/ext/mixed/js/display.js @@ -1592,6 +1592,7 @@ class Display extends EventDispatcher { '/fg/js/popup-proxy.js', '/fg/js/popup-window.js', '/fg/js/popup-factory.js', + '/fg/js/frame-ancestry-handler.js', '/fg/js/frame-offset-forwarder.js', '/fg/js/frontend.js' ]); |