mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
[Basilisk] fix missing closing brace in function HistoryMenu from previous commits
This commit is contained in:
parent
787a64cf9d
commit
cf35c4742b
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue