Merge pull request #6562 from liusy182/hasImageContents
fix documentation error pointed out in issue #6541
This commit is contained in:
commit
7bcd76aa93
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ Returns:
|
|||
was invoked on. Elements with source URLs are images, audio and video.
|
||||
* `mediaType` String - Type of the node the context menu was invoked on. Can
|
||||
be `none`, `image`, `audio`, `video`, `canvas`, `file` or `plugin`.
|
||||
* `hasImageContent` Boolean - Whether the context menu was invoked on an image
|
||||
* `hasImageContents` Boolean - Whether the context menu was invoked on an image
|
||||
which has non-empty contents.
|
||||
* `isEditable` Boolean - Whether the context is editable.
|
||||
* `selectionText` String - Text of the selection that the context menu was
|
||||
|
|
Loading…
Reference in a new issue