remove references to m.module

This commit is contained in:
Leo Horie 2015-04-22 21:18:41 -04:00
parent ab1e91a221
commit 5a786009c5
3 changed files with 3 additions and 3 deletions

View file

@ -248,7 +248,7 @@ var ContactList = {
}
}
m.module(document.body, ContactsWidget)
m.mount(document.body, ContactsWidget)
```
In this iteration, both the `ContactForm` and `ContactList` components are now children of the `ContactsWidget` component and they appear simultaneously on the same page.