From a425bbca8856dc45676af55fbccae77fbf7139c2 Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Sun, 20 Apr 2014 21:48:33 -0400 Subject: [PATCH] fix node index displacement by null/undefined nodes --- archive/v0.1.9/change-log.html | 5 +++++ archive/v0.1.9/mithril-tests.js | 27 ++++++++++++++++++++------- archive/v0.1.9/mithril.js | 8 ++++---- archive/v0.1.9/mithril.min.js | 2 +- archive/v0.1.9/mithril.min.map | 2 +- archive/v0.1.9/mithril.min.zip | Bin 38945 -> 39092 bytes docs/change-log.md | 5 +++++ mithril.js | 8 ++++---- tests/mithril-tests.js | 8 ++++++++ tests/mock.js | 11 ++++++++--- 10 files changed, 56 insertions(+), 20 deletions(-) diff --git a/archive/v0.1.9/change-log.html b/archive/v0.1.9/change-log.html index 73846f27..3af53572 100644 --- a/archive/v0.1.9/change-log.html +++ b/archive/v0.1.9/change-log.html @@ -69,6 +69,11 @@
  • m.prop is now JSON-serializable #54
  • added extract option to m.request to allow access to response metadata #53
  • +

    Bug Fixes:

    +

    Breaking changes: