diff options
Diffstat (limited to 'chrome/browser/resources/bookmark_manager/js/main.js')
-rw-r--r-- | chrome/browser/resources/bookmark_manager/js/main.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/resources/bookmark_manager/js/main.js b/chrome/browser/resources/bookmark_manager/js/main.js index 7dc284f..48e74f2 100644 --- a/chrome/browser/resources/bookmark_manager/js/main.js +++ b/chrome/browser/resources/bookmark_manager/js/main.js @@ -295,7 +295,7 @@ function setSearch(searchText) { * This returns the user visible path to the folder where the bookmark is * located. * @param {number} parentId The ID of the parent folder. - * @return {string} The path to the the bookmark, + * @return {string|undefined} The path to the the bookmark, */ function getFolder(parentId) { var parentNode = bmm.tree.getBookmarkNodeById(parentId); |