wrap MenuItem constructor in backticks
This commit is contained in:
parent
39c5ff2077
commit
ee44ab7ecd
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ See [`Menu`](menu.md) for examples.
|
||||||
|
|
||||||
Create a new `MenuItem` with the following method:
|
Create a new `MenuItem` with the following method:
|
||||||
|
|
||||||
### new MenuItem(options)
|
### `new MenuItem(options)`
|
||||||
|
|
||||||
* `options` Object
|
* `options` Object
|
||||||
* `click` Function - Will be called with
|
* `click` Function - Will be called with
|
||||||
|
|
Loading…
Reference in a new issue