Fixing typo in code example

This commit is contained in:
eddyystop 2014-06-11 08:28:22 -04:00
parent 95160c770f
commit 4acac9178b

View file

@ -69,7 +69,7 @@ var dashboard = {
return [
m("h1", controller.greeting),
new user.view(controller.user)
user.view(controller.user)
];
}
};