Skip to content

Instantly share code, notes, and snippets.

@zeroeth
Created February 10, 2011 18:26
Show Gist options
  • Save zeroeth/821044 to your computer and use it in GitHub Desktop.
Save zeroeth/821044 to your computer and use it in GitHub Desktop.
var internets = {
a: "short key data",
beets: "long key data"
}
// into!
var internets = {
a: "short key data",
beets: "long key data"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment