From 30a628b46f0e6932ee164988cf38e41e7c02c8f1 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 24 Jun 2016 15:29:39 -0700 Subject: [PATCH] Remove unsupported type --- docs/api/clipboard.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/api/clipboard.md b/docs/api/clipboard.md index ecd73a7..9ac1170 100644 --- a/docs/api/clipboard.md +++ b/docs/api/clipboard.md @@ -75,9 +75,7 @@ Returns the content in the clipboard as RTF. Writes the `text` into the clipboard in RTF. -### `clipboard.readBookmark([type])` - -* `type` String (optional) +### `clipboard.readBookmark()` Returns an Object containing `title` and `url` string keys representing the bookmark in clipboard. -- 2.7.4