Skip to content

Instantly share code, notes, and snippets.

@jdeebee
Created June 6, 2014 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jdeebee/619116e47b750e0cac55 to your computer and use it in GitHub Desktop.
Save jdeebee/619116e47b750e0cac55 to your computer and use it in GitHub Desktop.
{"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [
{"value": "New", "onclick": "CreateNewDoc()"},
{"value": "Open", "onclick": "OpenDoc()"},
{"value": "Close", "onclick": "CloseDoc()"}
]
}
}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment