Explorar el Código

added missing global

Gildas hace 7 años
padre
commit
f9e3c4dc49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 */
 
 (() => {