use reverse loop with deletions

This commit is contained in:
Leo Horie 2014-05-01 22:39:52 -04:00
parent 42a33b074c
commit f28ae323c5
8 changed files with 9 additions and 7 deletions

View file

@ -1,6 +1,6 @@
## Change Log
[v0.1.11](/mithril/archive/v0.1.11) - enhancement
[v0.1.11](/mithril/archive/v0.1.11) - maintenance
### News:
@ -10,6 +10,7 @@
### Bug Fixes:
- Links using `config: m.route` can now be opened in new tab correctly [#64](https://github.com/lhorie/mithril.js/issues/64)
- Fixed diff within contenteditable areas [#65](https://github.com/lhorie/mithril.js/issues/65)
---