Add FIXME

This commit is contained in:
Florian Bruhin 2016-08-18 12:46:55 +02:00
parent 0c1412a218
commit 1ec59f3f0e

View File

@ -33,6 +33,9 @@
"use strict";
(function() {
// FIXME:qtwebengine integrate this with other window._qutebrowser code?
function isElementInViewport(node) { // eslint-disable-line complexity
var i;
var boundingRect = (node.getClientRects()[0] ||