]> git.cworth.org Git - empires-server/commit
Reset timer handle after clearTimeout
authorCarl Worth <cworth@cworth.org>
Thu, 18 Jun 2020 15:15:39 +0000 (08:15 -0700)
committerCarl Worth <cworth@cworth.org>
Fri, 26 Jun 2020 14:37:59 +0000 (07:37 -0700)
commit4b5792d269a7df065ac9b05e86f28c1c21ec40ab
treed44f22908a7e0d9dd06ace8acf017c7b8c14b4e4
parent97a30bcc5ad4730523a80a058db80b89a9c328b7
Reset timer handle after clearTimeout

This helps make clear that the timer has been cleared, (so that we
don't accidentally call clearTimeout again in the future or anything
like that).
empathy.js