Sfoglia il codice sorgente

added missing global

Gildas 7 anni fa
parent
commit
f9e3c4dc49
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 */
 
 (() => {