Skip to content

Instantly share code, notes, and snippets.

@clemgrim
Created November 30, 2015 13:31
Show Gist options
  • Save clemgrim/e8854c0d544ab244258d to your computer and use it in GitHub Desktop.
Save clemgrim/e8854c0d544ab244258d to your computer and use it in GitHub Desktop.
var maxId = setTimeout(function(){}, 0);
for(var i=0; i < maxId; i+=1) {
clearTimeout(i);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment