projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
30a628b
)
Mention empty strings
author
Kevin Sawicki
<kevinsawicki@gmail.com>
Fri, 24 Jun 2016 22:31:15 +0000
(15:31 -0700)
committer
Kevin Sawicki
<kevinsawicki@gmail.com>
Fri, 24 Jun 2016 22:31:15 +0000
(15:31 -0700)
docs/api/clipboard.md
patch
|
blob
|
history
diff --git
a/docs/api/clipboard.md
b/docs/api/clipboard.md
index 9ac11706b94442ab79c4cfc4341d0128fd852f17..a8c4605efa9cd65cddad8a345033e3fa5ef74632 100644
(file)
--- a/
docs/api/clipboard.md
+++ b/
docs/api/clipboard.md
@@
-78,7
+78,8
@@
Writes the `text` into the clipboard in RTF.
### `clipboard.readBookmark()`
Returns an Object containing `title` and `url` string keys representing the
-bookmark in clipboard.
+bookmark in the clipboard. The `title` and `url` values will be empty strings
+when the bookmark is unavailable.
### `clipboard.writeBookmark(title, url[, type])`