Skip to content

Commit

Permalink
fix lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Dec 2, 2024
1 parent c51167a commit 93b9e8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions calendar/experiments/calendar/parent/ext-calendar-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ this.calendar_provider = class extends ExtensionAPI {
`resource://${root}/experiments/calendar/ext-calendar-utils.sys.mjs?${query}`
);

ChromeUtils.registerWindowActor(`CalendarProvider-${uuid}`, { child: { esModuleURI:
ChromeUtils.registerWindowActor(`CalendarProvider-${uuid}`, { child: { esModuleURI:
`resource://${root}/experiments/calendar/child/ext-calendar-provider-actor.sys.mjs?${query}`
}});

Expand Down Expand Up @@ -612,7 +612,7 @@ this.calendar_provider = class extends ExtensionAPI {
if (isAppShutdown) {
return;
}
const uuid = context.extension.uuid;
const uuid = this.extension.uuid;
const root = `experiments-calendar-${uuid}`;
ExtensionSupport.unregisterWindowListener("ext-calendar-provider-creation-" + this.extension.id);
ExtensionSupport.unregisterWindowListener("ext-calendar-provider-properties-" + this.extension.id);
Expand Down

0 comments on commit 93b9e8e

Please sign in to comment.