Merge pull request #131 from eddyystop/master
Likely small typo in module docs
This commit is contained in:
commit
1f70e35c65
1 changed files with 1 additions and 1 deletions
|
|
@ -69,7 +69,7 @@ var dashboard = {
|
||||||
return [
|
return [
|
||||||
m("h1", controller.greeting),
|
m("h1", controller.greeting),
|
||||||
|
|
||||||
new user.view(controller.user)
|
user.view(controller.user)
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue