Skip to content

Commit

Permalink
style: remove : on FIXME
Browse files Browse the repository at this point in the history
  • Loading branch information
sebkolind committed Nov 27, 2023
1 parent c82f241 commit 4f653e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/one.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function one(config: Config): void {
function template(config: Config) {
const tmpl = document.createElement('template')

// FIXME: Shouldn't bail when there's no template.
// FIXME Shouldn't bail when there's no template.
// The user could've defined the template in HTML.
// i.e.: config.el.children...
if (!config.template) return
Expand Down

0 comments on commit 4f653e5

Please sign in to comment.