Created
September 27, 2018 12:19
-
-
Save barisere/67d8f56c3c37f1b69d78f515f28f599b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const cancelDeleteRequest = function (source: Element) { | |
clearTimeout(deleteRequests.get(source)); | |
return deleteRequests.delete(source); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment