Fix SyntaxError in the render example
This commit is contained in:
parent
d3cbbef4d5
commit
57c9cfa76b
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@ m.render(document.body, [
|
||||||
m("a", {href: link.url}, link.title)
|
m("a", {href: link.url}, link.title)
|
||||||
);
|
);
|
||||||
})
|
})
|
||||||
])
|
)
|
||||||
]);
|
]);
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue