Created
August 14, 2012 17:03
-
-
Save f0t0n/3350878 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
ticketMetaData = { | |
51: { | |
users: [/* user objects for ticket #51 */], | |
labels: [/* label objects for ticket #51 */] | |
}, | |
52: { | |
users: [/* user objects for ticket #52 */], | |
labels: [/* label objects for ticket #52 */] | |
}/*, etc... */ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment