#299 fix key bug when nulls are mixed in

This commit is contained in:
Leo Horie 2014-12-08 09:55:32 -05:00
parent 8c30b1a554
commit dc42632e5a
3 changed files with 10 additions and 1 deletions

View file

@ -1,5 +1,5 @@
<!doctype html>
<script src="http://polyfill.io"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.0.3/es5-shim.min.js"></script>
<script src="test.js"></script>
<script src="mock.js"></script>
<script src="../mithril.js"></script>