fix example line length nit
This commit is contained in:
+2
-1
@@ -292,8 +292,9 @@ function Header (state, emit) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function TodoItem (todo, emit) {
|
function TodoItem (todo, emit) {
|
||||||
|
var clx = classList({ completed: todo.done, editing: todo.editing })
|
||||||
return html`
|
return html`
|
||||||
<li class=${classList({ completed: todo.done, editing: todo.editing })}>
|
<li id=${todo.id} class=${clx}>
|
||||||
<div class="view">
|
<div class="view">
|
||||||
<input
|
<input
|
||||||
type="checkbox"
|
type="checkbox"
|
||||||
|
|||||||
Reference in New Issue
Block a user