elm/runtime
Evan Czaplicki 704da021b0 Fix "dropped" frames for text updates (#224, #339) using @timthelion's insights in #350
* Change the implementation of `notify` so that it does not have a
return value any more.

* Get rid of the only remaning use of the return value of `notify` in
the `every` function.

* Have a "lock" on each round to ensure that no library or runtime
calls `notify` synchronously, causing an update to happen half way
through another update, ultimately leading to a dropped frame.
2013-11-18 17:23:40 +01:00
..
Render fix string conversion in runtime/ 2013-10-22 10:44:40 +02: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 Fix "dropped" frames for text updates (#224, #339) using @timthelion's insights in #350 2013-11-18 17:23:40 +01:00
Utils.js Provide a fake window in needed, making runtime run on node.js 2013-10-30 16:33:44 +01:00