Merge pull request #653 from venning/next

DOCS: missing comma in example
This commit is contained in:
Leo Horie 2015-06-11 09:59:58 -05:00
commit 4f7df003d1

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