Merge remote-tracking branch 'origin/next' into next

Conflicts:
	mithril.min.js
	mithril.min.js.map
This commit is contained in:
Leo Horie 2015-12-18 22:09:11 -05:00
commit 484a9d6c70
15 changed files with 66 additions and 44 deletions

View file

@ -478,7 +478,7 @@
### Bug Fixes:
- diff no longer touch the DOM when processing `style` attributes and event handlers
- returning a thennable to a resolution callback in `m.deferred().promise` now causes the promise to adopt its state
- returning a thenable to a resolution callback in `m.deferred().promise` now causes the promise to adopt its state
- diff now correctly clears subtree if null or undefined is passed as a node
---