Close code blocks!

This commit is contained in:
Barney Carroll 2017-02-24 13:35:42 +00:00 committed by GitHub
parent 71dcde6adf
commit 97c60f9046

View file

@ -203,3 +203,4 @@ users.map(function(user){
// Key is specifically extracted: data model is given its own property
return m(UserComponent, {key: user.id, model: user})
})
```