Code typo in unload documentation

This commit is contained in:
Barney Carroll 2015-03-17 08:24:07 +00:00
parent 0ea9fac07e
commit 7585d9e5a3

View file

@ -243,7 +243,7 @@ var MyApp = {
return [ return [
m("button[type=button]", {onclick: function() {ctrl.loaded = false}}), m("button[type=button]", {onclick: function() {ctrl.loaded = false}}),
ctrl.loaded ? m.module(MyComponent) : "" ctrl.loaded ? m.module(MyComponent) : ""
]) ]
} }
} }