Skip to content

Instantly share code, notes, and snippets.

@Lobstrosity
Created August 4, 2010 17:30
Show Gist options
  • Select an option

  • Save Lobstrosity/508493 to your computer and use it in GitHub Desktop.

Select an option

Save Lobstrosity/508493 to your computer and use it in GitHub Desktop.
var doStuff = function() {
// do some awesome stuff
};
setInterval(doStuff, 100);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment