Skip to content

Commit

Permalink
Documentation and resoning
Browse files Browse the repository at this point in the history
  • Loading branch information
FelipeSimoes committed Jan 2, 2024
1 parent 8c83fcc commit 133dc38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export async function init(node = document) {
]);
setTimeout(() => {
Promise.all(
...rest.map(({ name, el }) => setTimeout(() => start({ name, el }))),
rest.map(({ name, el }) => setTimeout(() => start({ name, el }))),
);
});
// reload on breakpoint change
Expand Down

0 comments on commit 133dc38

Please sign in to comment.