Skip to content

Instantly share code, notes, and snippets.

@dustinc
Created July 31, 2012 19:22
Show Gist options
  • Save dustinc/3219727 to your computer and use it in GitHub Desktop.
Save dustinc/3219727 to your computer and use it in GitHub Desktop.
var foo = 'foo'
, bar = 'bar'
, lul = 'lul'
;
var foo = 'foo',
bar = 'bar',
lul = 'lul';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment