diff --git a/common/content/bookmarks.js b/common/content/bookmarks.js index fb2d2bf2..23524e30 100644 --- a/common/content/bookmarks.js +++ b/common/content/bookmarks.js @@ -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))