Skip to content

Instantly share code, notes, and snippets.

@mfyance
Created December 14, 2018 20:25
Show Gist options
  • Save mfyance/aae58c979120e7002854923db6308b10 to your computer and use it in GitHub Desktop.
Save mfyance/aae58c979120e7002854923db6308b10 to your computer and use it in GitHub Desktop.
Limpiar tiempo de ClearInterval
(function(w){w = w || window; var i = w.setInterval(function(){},100000); while(i>=0) { w.clearInterval(i--); }})(/*window*/);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment