This commit is contained in:
Leo Horie 2014-05-05 15:24:09 -04:00
parent 4046c07639
commit da69bc4fa0

View file

@ -47,7 +47,7 @@ var dashboard = {
this.id = m.route.param("userID"); this.id = m.route.param("userID");
}, },
view: function(controller) { view: function(controller) {
m.render("body", controller.id); return m("div", controller.id);
} }
} }