Skip to content

Instantly share code, notes, and snippets.

@mattapperson
Created July 22, 2011 17:58
Show Gist options
  • Save mattapperson/1099987 to your computer and use it in GitHub Desktop.
Save mattapperson/1099987 to your computer and use it in GitHub Desktop.
function crashIt () {
for (var i=0; i<1000; i++) {
setTimeout(function() {
var foo = test.getElementsByTagName ("lat").item (0).text;
result.push (i + " - " + foo);
}, 1)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment