Toby Zerner 0b406a06a1 Patch Mithril with a bidi attribute
Enables quick bidirectional bindings. So instead of this:

<input value={prop()} oninput={m.withAttr('value', prop)}/>

... we can do this:

<input bidi={prop}/>
2015-09-18 13:06:37 +09:30
..
2015-09-18 13:06:37 +09:30
2015-09-18 13:06:37 +09:30
2015-09-18 13:06:37 +09:30
2015-09-18 13:06:37 +09:30