Gildas 7 лет назад
Родитель
Сommit
fc0a5a199a
1 измененных файлов с 1 добавлено и 1 удалено
  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 };
 	return { process };
 
 
-	async function process() {
+	function process() {
 		return new Promise(resolve => {
 		return new Promise(resolve => {
 			let timeoutId, maxTimeoutId, idleTimeoutId, srcAttributeChanged;
 			let timeoutId, maxTimeoutId, idleTimeoutId, srcAttributeChanged;
 			const observer = new MutationObserver(() => {
 			const observer = new MutationObserver(() => {