document component shorthand syntax

This commit is contained in:
Leo Horie 2015-07-23 23:43:19 -04:00
parent 2b24c7a64d
commit ed3f3f0686
4 changed files with 65 additions and 0 deletions

View file

@ -7,6 +7,7 @@
- added `catch` to promises
- improvements and fixes in the documentation and wiki
- large refactor to take better advantage of Chrome js optimizations and improve source code readability (thanks to @impinball)
- `m(component, ...args)` can now be used as a shorthand for `m.component(component, ...args)`
### Bug Fixes: