fix naming of getStartupChanges function

This commit is contained in:
yami 2018-10-20 17:21:32 +02:00 committed by Roy Tam
commit 06cbc47e9e

View file

@ -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);