Created
January 24, 2011 22:52
-
-
Save tauren/794154 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
var user = new User({ | |
id: 1, | |
username: "bob", | |
address: { | |
id: 1, | |
street: "232 SW Main" | |
city: "", | |
state: "", | |
zip: "" | |
} | |
} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment