Change JSFiddle example to use Mithril 0.2.0

This commit is contained in:
Christopher Venning 2015-06-11 16:12:10 -04:00
parent 6ec6ede38a
commit 34fe969b61

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.
---