Fix SyntaxError in the render example

This commit is contained in:
Mihail Diordiev 2015-08-20 01:47:27 +03:00
parent d3cbbef4d5
commit 57c9cfa76b

View file

@ -105,7 +105,7 @@ m.render(document.body, [
m("a", {href: link.url}, link.title)
);
})
])
)
]);
```