Skip to content

Instantly share code, notes, and snippets.

@isaacs
Created November 11, 2009 08:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save isaacs/231770 to your computer and use it in GitHub Desktop.
Save isaacs/231770 to your computer and use it in GitHub Desktop.
this.names = {
user: "x"
,host: "x"
,server: "x"
,real: "x"
};
// fuck IE
this.names = {
user: "x",
host: "x",
server: "x",
real: "x",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment