Skip to content

Instantly share code, notes, and snippets.

@t0lkman
Created June 5, 2018 03:24
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 t0lkman/967b9912907e58ae513605c7cc9b6eec to your computer and use it in GitHub Desktop.
Save t0lkman/967b9912907e58ae513605c7cc9b6eec to your computer and use it in GitHub Desktop.
{"menu": {
"id": "file",
"value": "File",
"popup": {
"menuitem": [
{"value": "New", "onclick": "CreateNewDoc()"},
{"t0lkman": "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