Skip to content
This repository has been archived by the owner on Mar 7, 2018. It is now read-only.

Fix: calling set with same value twice breaks update #618

Closed
wants to merge 1 commit into from

Commits on Sep 25, 2015

  1. Fix: calling set with same value twice breaks update

    When you push a value that is equal to the prior value when truncated to an integer, the call to `clearInterval()` never happens so further updates are continually overwritten by the interval that was never cleared. This allows for values that are equal to pass through and clear the previous interval.
    Luke Westby committed Sep 25, 2015
    Configuration menu
    Copy the full SHA
    8ebf94d View commit details
    Browse the repository at this point in the history