Remove unsupported type
This commit is contained in:
parent
a2ba778adc
commit
30a628b46f
1 changed files with 1 additions and 3 deletions
|
@ -75,9 +75,7 @@ Returns the content in the clipboard as RTF.
|
||||||
|
|
||||||
Writes the `text` into the clipboard in RTF.
|
Writes the `text` into the clipboard in RTF.
|
||||||
|
|
||||||
### `clipboard.readBookmark([type])`
|
### `clipboard.readBookmark()`
|
||||||
|
|
||||||
* `type` String (optional)
|
|
||||||
|
|
||||||
Returns an Object containing `title` and `url` string keys representing the
|
Returns an Object containing `title` and `url` string keys representing the
|
||||||
bookmark in clipboard.
|
bookmark in clipboard.
|
||||||
|
|
Loading…
Reference in a new issue