Skip to content

Instantly share code, notes, and snippets.

@ericf
Created May 4, 2012 08:04
Show Gist options
  • Select an option

  • Save ericf/2593172 to your computer and use it in GitHub Desktop.

Select an option

Save ericf/2593172 to your computer and use it in GitHub Desktop.
var foo = 'foo',
bar = 'bar',
baz, zee;
baz = {
bla : true,
blaBla: false
};
zee = {
someMore: 'jazz',
andStuff: true
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment