Skip to content

Commit ad4be22

Browse files
committed
Make pathFilters optional
1 parent 528378c commit ad4be22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ts/components/loader.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export interface MathJaxConfig extends MJConfig {
5757
ready?: PackageReady; // A function to call when MathJax is ready
5858
failed?: PackageFailed; // A function to call when MathJax fails to load
5959
require?: (url: string) => any; // A function for loading URLs
60-
pathFilters: PathFilterList; // List of path filters (and optional priorities) to add
60+
pathFilters?: PathFilterList; // List of path filters (and optional priorities) to add
6161
[name: string]: any; // Other configuration blocks
6262
};
6363
}

0 commit comments

Comments
 (0)