Skip to content

Commit eea0c9c

Browse files
authored
Update app.js
1 parent ac37503 commit eea0c9c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

27. Lazy Loading/app.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ let int = setInterval(blurring, 30);
66

77
function blurring() {
88
load++;
9-
109
if (load > 99) {
1110
clearInterval(int);
1211
}

0 commit comments

Comments
 (0)