Историја ревизија

Аутор SHA1 Порука Датум
  Jay Sistar f2bc6b27fd Removing copy-paste cruft. пре 9 година
  Jay Sistar 0603857285 Adding requestAnimationFrame and cancelAnimationFrame for external tweening libraries (like GSAP). пре 9 година
  Shaddock Heath 7fc2c72731 fixed an issue with processing the setImmediate calls not actually running. пре 10 година
  Shaddock Heath 5ea4912d60 Updated the eventloop to throttle timers to only process every 100ms. If there are more than 10 timers that expire during the current update loop then they will be handled in the next update loop and not wait 100ms. The setImmediate loop, however, will get executed immediately following the current update loop and not wait 100ms, since the point of setImmediate is to run after the current update loop and not later. пре 10 година
  Shaddock Heath 086a93b596 renamed EventLoop.js to AtomicEventLoop.js. Fixed an issue with clearImmediate пре 10 година