We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 528378c commit ad4be22Copy full SHA for ad4be22
1 file changed
ts/components/loader.ts
@@ -57,7 +57,7 @@ export interface MathJaxConfig extends MJConfig {
57
ready?: PackageReady; // A function to call when MathJax is ready
58
failed?: PackageFailed; // A function to call when MathJax fails to load
59
require?: (url: string) => any; // A function for loading URLs
60
- pathFilters: PathFilterList; // List of path filters (and optional priorities) to add
+ pathFilters?: PathFilterList; // List of path filters (and optional priorities) to add
61
[name: string]: any; // Other configuration blocks
62
};
63
}
0 commit comments