Skip to content

Instantly share code, notes, and snippets.

@antonkartashov
Created July 29, 2015 01:08
Show Gist options
  • Save antonkartashov/da5cd0b234846a97cd42 to your computer and use it in GitHub Desktop.
Save antonkartashov/da5cd0b234846a97cd42 to your computer and use it in GitHub Desktop.
obj2 =
x: 10, y: 20
width: 300, height: 400
obj3 = { x: 2, y: 4, width: 6, height: 8 }
obj4 = x: 2, y: 4, width: 6, height: 8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment