Explorar el Código

removed async keyword

Gildas hace 7 años
padre
commit
fc0a5a199a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/lazy/content-lazy-loader.js

+ 1 - 1
lib/lazy/content-lazy-loader.js

@@ -28,7 +28,7 @@ this.lazyLoader = this.lazyLoader || (() => {
 
 	return { process };
 
-	async function process() {
+	function process() {
 		return new Promise(resolve => {
 			let timeoutId, maxTimeoutId, idleTimeoutId, srcAttributeChanged;
 			const observer = new MutationObserver(() => {