1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 10:32:39 +01:00

Closes issue #1212.

This commit is contained in:
Kris Maglione
2014-09-17 08:55:22 -07:00
parent 3ab2fcf8e6
commit 5b4d9dceae

View File

@@ -540,7 +540,7 @@ var Buffer = Module("Buffer", {
let { dactyl } = this.modules;
let doc = elem.ownerDocument;
win = doc.defaultView;
let win = doc.defaultView;
let { left: offsetX, top: offsetY } = elem.getBoundingClientRect();
if (isinstance(elem, [Ci.nsIDOMHTMLFrameElement,