Skip to content

Commit 668370c

Browse files
committed
rebuild
1 parent ac14b4f commit 668370c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

dist/script.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@
2929
}
3030
function each(ar, fn) {
3131
every(ar, function (el) {
32-
return !fn(el)
32+
fn(el)
33+
return 1
3334
})
3435
}
3536

dist/script.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)