Created
July 29, 2015 01:08
-
-
Save antonkartashov/da5cd0b234846a97cd42 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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