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-07-15 14:01:11 +09:30
2015-07-17 14:47:49 +09:30
2015-08-26 17:11:54 +09:30
2015-07-29 20:58:22 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-09-04 12:15:41 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-07-15 14:01:11 +09:30
2015-07-18 10:56:01 +09:30
2015-09-01 10:08:37 +09:30