DOCS: missing comma in example

This commit is contained in:
Christopher Venning 2015-06-09 19:10:51 -04:00
parent c57b0b4047
commit 6ec6ede38a

View file

@ -219,7 +219,7 @@ Components can be placed anywhere a regular element can. If you have components
var App = {
controller: function() {
return {data: [1, 2, 3]}
}
},
view: function(ctrl) {
return m(".app", [
//pressing the button reverses the list