mithril-vndb/render
Isiah Meadows dbbdb0664a Reduce memory allocation/usage across multiple event handlers
- `handleEvent` is a very useful tool.
- Always use `addEventListener`/`removeEventListener`, since it's
  required for this optimization.
- Change log updated.
- Drive-by: make DOM mock work with both event listener types.
- Drive-by: eliminate possibility of `Object.prototype` interference.
2017-08-25 05:19:30 -04:00
..
tests More accurate style object diffs 2017-08-13 18:32:32 -04:00
fragment.js Add m.fragment() 2016-08-18 23:34:36 +02:00
hyperscript.js fix: selector [value=""] is mishandled (#1843) 2017-05-02 14:28:59 -07:00
render.js Reduce memory allocation/usage across multiple event handlers 2017-08-25 05:19:30 -04:00
trust.js don't throw error on undefined/null trusted vnode #1375 2016-10-28 09:51:07 -04:00
vnode.js Add a shadow vnode._state field for view and hook lookups 2017-03-26 22:24:17 +02:00