Skip to content

Instantly share code, notes, and snippets.

@micmath
Created November 16, 2009 16:59
Show Gist options
  • Save micmath/236135 to your computer and use it in GitHub Desktop.
Save micmath/236135 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
setTimeout(
function() {
stack.push('2');
}
,0
);
stack.push('1');
</script>
<script type="text/javascript">
stack.push('3');
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment