fix diff for root=document and no m("html")

This commit is contained in:
Leo Horie 2014-09-20 10:33:35 -04:00
parent 6cbe17cd08
commit 7cf7e2cba5
2 changed files with 7 additions and 6 deletions

View file

@ -17,6 +17,7 @@
- fixed bug in keys algorithm when mixing keyed and unkeyed elements [#246](https://github.com/lhorie/mithril.js/issues/246)
- added promise exception monitor and reverted promise exception handling semantics to v0.1.19 semantics (see [mithril.deferred.md#unchecked-error-handling]
- fixed redraw scheduling bug in old version of IE
- fixed incorrect diff when document is root, and html element is omitted
---