Skip to content

Instantly share code, notes, and snippets.

@LostKobrakai
Last active December 18, 2015 00:38
Show Gist options
  • Save LostKobrakai/5697485 to your computer and use it in GitHub Desktop.
Save LostKobrakai/5697485 to your computer and use it in GitHub Desktop.
Paul Irish setInterval() alternative
(function(){
doStuff();
setTimeout(arguments.callee, 100);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment