From bb8192d7ea96a05867c20dea3f2ceb0a0a01587b Mon Sep 17 00:00:00 2001 From: Doug Kearns Date: Tue, 4 Jan 2011 21:24:10 +1100 Subject: [PATCH] Update Bookmarks#isBookmarked docs. --- common/content/bookmarks.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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))