[Basilisk] fix missing closing brace in function HistoryMenu from previous commits

This commit is contained in:
roytam1 2023-07-15 08:02:04 +08:00
commit cf35c4742b

View file

@ -733,7 +733,9 @@ function HistoryMenu(aPopupShowingEvent) {
"place:sort=4&maxResults=" + maxResults.toString().trim());
} else {
// maxResults == 0; do nothing. This suppresses the history entries.
}
}
}
HistoryMenu.prototype = {
_getClosedTabCount() {
// SessionStore doesn't track the hidden window, so just return zero then.