Skip to content

Commit 4c43415

Browse files
committed
Remove function that was replaced by addPackageData()
1 parent c641e3c commit 4c43415

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ts/components/loader.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ export interface MathJaxObject extends MJObject {
7474
checkVersion: (name: string, version: string) => boolean; // Check the version of an extension
7575
saveVersion: (name: string) => void; // Set the version for a combined component
7676
pathFilters: FunctionList; // The filters to use for looking for package paths
77-
addExtraLoads: (name: string, ...extra: string[]) => void; // Add packages to be loaded after a given one
7877
addPackageData: (name: string, data: PackageConfig) => void; // Add more package data for a package
7978
};
8079
startup?: any;

0 commit comments

Comments
 (0)