1
0
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:
Doug Kearns
2011-01-04 21:24:10 +11:00
parent 89f50168ae
commit bb8192d7ea

View File

@@ -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))