From 73e91b3b62f5ca07bcf2bf66e54e0d16af73dd42 Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Mon, 8 Feb 2021 17:52:56 -0500 Subject: Refactor FrameOffsetForwarder (#1353) * Add getChildFrameElement to FrameAncestryHandler * Add isRootFrame * Initialize _frameOffset to [0, 0] * Update FrameOffsetForwarder implementation * Update documentation --- ext/mixed/js/display.js | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/mixed/js') 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' ]); -- cgit v1.2.3