Skip to content

Commit

Permalink
Update BaseExtension.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenwf committed Jan 25, 2024
1 parent 4e71ec4 commit 88babd7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export class BaseExtension<T extends BaseConfig> implements IExtension {
$element: JQuery;
$loginDialogue: JQuery;
$restrictedDialogue: JQuery;
authDialogue: AuthDialogue;
authDialogue: AuthDialogue;
annotations: AnnotationGroup[] = [];
clickThroughDialogue: ClickThroughDialogue;
extensionHost: IIIFExtensionHost;
Expand Down

0 comments on commit 88babd7

Please sign in to comment.