Skip to content

Instantly share code, notes, and snippets.

@klebervirgilio
Created February 22, 2013 15:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klebervirgilio/5014299 to your computer and use it in GitHub Desktop.
Save klebervirgilio/5014299 to your computer and use it in GitHub Desktop.
// Good this will only be called again once findFoo has completed.
;(function main() {
findFoo();
setTimeout(main, 100);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment