Skip to content

Commit

Permalink
🐛 wrong cei argument
Browse files Browse the repository at this point in the history
  • Loading branch information
jaandrle committed Apr 16, 2024
1 parent ef40755 commit 2daec16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/CBoxLine.cei.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,4 +199,4 @@ if (typeof module.exports == "object" && typeof exports == "object") {
}
return module.exports;
}))
}, now);
}, "now");
2 changes: 1 addition & 1 deletion src/customElementsInitiator.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@
component.call(this);
})(function component(){
// COMPONENT
}, now);
}, "now");

0 comments on commit 2daec16

Please sign in to comment.