1
0
mirror of https://github.com/flarum/core.git synced 2025-06-27 05:04:51 +02:00
Files
php-flarum/js/lib
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