Published Monday June 02, 2014.
Tagged with
javascript.
The previous solution with only firing of a task at the end of series of consecutive events had the obvious effect of updating the UI “late”: at the end of the event series. Now let’s do the opposite: fire off the task at the first event in the series, and simply supress the following events (so they don’t trigger firing off the task).