Fix eslint

This commit is contained in:
Florian Bruhin 2016-08-18 16:52:53 +02:00
parent 73210fb87c
commit 927f378c6d

View File

@ -33,9 +33,7 @@
"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] ||