Browse Source

added missing global

Gildas 7 years ago
parent
commit
f9e3c4dc49
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/lazy/web-lazy-loader-before.js

+ 1 - 1
lib/lazy/web-lazy-loader-before.js

@@ -18,7 +18,7 @@
  *   along with SingleFile.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-/* global window, screen, scrollBy, requestAnimationFrame, Element, document, dispatchEvent, UIEvent */
+/* global window, screen, scrollBy, requestAnimationFrame, Element, document, dispatchEvent, UIEvent, setTimeout */
 
 (() => {