Skip to content

Commit

Permalink
Merge pull request #820 from MarcelBolten/patch-3
Browse files Browse the repository at this point in the history
Fix defaultPageReady() return type
  • Loading branch information
dpvc authored May 30, 2022
2 parents 3e6df37 + 0e02791 commit 0e01110
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/components/startup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export interface MathJaxObject extends MJObject {
extendHandler(extend: HandlerExtension): void;
toMML(node: MmlNode): string;
defaultReady(): void;
defaultPageReady(): void,
defaultPageReady(): Promise<void>;
getComponents(): void;
makeMethods(): void;
makeTypesetMethods(): void;
Expand Down

0 comments on commit 0e01110

Please sign in to comment.