Fix typo in the example of data binding

This commit is contained in:
Mihail Diordiev 2015-08-22 19:43:05 +03:00
parent 57c9cfa76b
commit a746d67267

View file

@ -40,7 +40,7 @@ var User = {
this.name = m.prop(name);
},
controller: function() {
this.user = new user.model("John Doe");
this.user = new User.model("John Doe");
},
view: function(controller) {
m.render("body", [