elm/runtime
Evan Czaplicki 4b1474dcdc Correctly update model, accounting for possibly dropped frames
Thanks to @johnpmayer for discovering this issue!

Since draw is async, it was possible to update the model without
updating the underlying DOM stuff. This could cause issues on its own,
but if you need to pass info from model to model, that is also lost
when this happens.
2014-01-20 19:57:31 +01:00
..
Render Stop creating dummy divs around every Element in a collage, fixes ordering issue in elm-at-pldi-2013 2013-11-03 02:29:51 +01:00
HotSwap.js Switch to a custom way of attaching event listeners that makes it easier to detach them if necessary. 2013-06-02 23:46:02 -07:00
Init.js Correctly update model, accounting for possibly dropped frames 2014-01-20 19:57:31 +01:00
Utils.js Fix window object not being detected in runtime. 2014-01-06 15:05:10 -05:00