mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 03:34:11 +01:00
Update Bookmarks#isBookmarked docs.
This commit is contained in:
@@ -143,7 +143,9 @@ var Bookmarks = Module("bookmarks", {
|
|||||||
* Returns true if the given URL is bookmarked and that bookmark is
|
* Returns true if the given URL is bookmarked and that bookmark is
|
||||||
* not a Live Bookmark.
|
* not a Live Bookmark.
|
||||||
*
|
*
|
||||||
* @param {string} url The URL of which to check the bookmarked state.
|
* @param {nsIURI|string} url The URL of which to check the bookmarked
|
||||||
|
* state.
|
||||||
|
* @returns {boolean}
|
||||||
*/
|
*/
|
||||||
isBookmarked: function isBookmarked(uri) {
|
isBookmarked: function isBookmarked(uri) {
|
||||||
if (isString(uri))
|
if (isString(uri))
|
||||||
|
|||||||
Reference in New Issue
Block a user