Skip to content

Instantly share code, notes, and snippets.

@thethp
Created October 7, 2014 14:44
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 thethp/4b9adc158f02da3dcafd to your computer and use it in GitHub Desktop.
Save thethp/4b9adc158f02da3dcafd to your computer and use it in GitHub Desktop.
timelapse breakpoint
var endt = 500+new Date().getTime(); while(new Date() < endt){}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment