Merge pull request #658 from venning/next

Change JSFiddle example to use Mithril 0.2.0
This commit is contained in:
Leo Horie 2015-06-11 15:30:55 -05:00
commit 143b7ae3a6

View file

@ -498,7 +498,7 @@ m.mount(document, {controller: todo.controller, view: todo.view});
</script>
```
This example is also available as a [jsFiddle](http://jsfiddle.net/milesmatthias/fbgypzbr/1/).
This example is also available as a [jsFiddle](http://jsfiddle.net/fbgypzbr/16/).
There is also [Extended example](http://jsfiddle.net/glebcha/q7tvLxsa/) available on jsfiddle.
---