Skip to content

Instantly share code, notes, and snippets.

@cadecairos
Created July 21, 2011 15:08
Show Gist options
  • Save cadecairos/1097398 to your computer and use it in GitHub Desktop.
Save cadecairos/1097398 to your computer and use it in GitHub Desktop.
var w = window.open();
console.log( w );
w.close();
console.log( w );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment