Skip to content

Instantly share code, notes, and snippets.

@MoOx
Last active January 2, 2016 15:09
Show Gist options
  • Save MoOx/8321355 to your computer and use it in GitHub Desktop.
Save MoOx/8321355 to your computer and use it in GitHub Desktop.
var obj = {
a: {
//
}
, b: null {
//
}
}
// ou
var obj = {
a: {
//
}
, b: null {
//
}
}
// ou
var obj = {
a: {
//
}
, b: null {
//
}
}
// ou
var obj = {
a: {
//
}
, b: null {
//
}
}
@bloodyowl
Copy link

var obj = {
      a: {
        //
      }
    , b: null {
        //
      }
   }
  , foo = "bar"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment