mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 14:58:37 +09:00
fix naming of getStartupChanges function
This commit is contained in:
parent
4e13c1147b
commit
06cbc47e9e
1 changed files with 1 additions and 1 deletions
|
|
@ -2842,7 +2842,7 @@ this.AddonManager = {
|
|||
* The type of startup change to get
|
||||
* @return An array of add-on IDs
|
||||
*/
|
||||
getStartupChangesAM_ge: function(aType) {
|
||||
getStartupChanges: function(aType) {
|
||||
if (!(aType in AddonManagerInternal.startupChanges))
|
||||
return [];
|
||||
return AddonManagerInternal.startupChanges[aType].slice(0);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue