Created
March 4, 2016 21:34
-
-
Save sasha240100/cf1af9b43d06a1d2756d to your computer and use it in GitHub Desktop.
This file contains 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
WHS.API.extend({ | |
bannanas: 10, | |
apples: 15, | |
pineapples: 20 | |
}, { | |
apples: 10, | |
chocolate: 12 | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment