mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Fix the lexical scope of gBrowser.gInitialPages
This commit is contained in:
parent
9ff88cf7df
commit
cc9da6628f
1 changed files with 1 additions and 1 deletions
|
|
@ -122,7 +122,7 @@ XPCOMUtils.defineLazyModuleGetter(this, "PrivateBrowsingUtils",
|
|||
XPCOMUtils.defineLazyModuleGetter(this, "FormValidationHandler",
|
||||
"resource:///modules/FormValidationHandler.jsm");
|
||||
|
||||
let gInitialPages = [
|
||||
var gInitialPages = [
|
||||
"about:blank",
|
||||
"about:newtab",
|
||||
"about:home",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue