mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-04 00:24:13 +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
|
||||
* 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) {
|
||||
if (isString(uri))
|
||||
|
||||
Reference in New Issue
Block a user