mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-06 11:48:41 +00:00
Strip one level of indirection from functions module exports
This commit is contained in:
@@ -624,6 +624,4 @@ for (var f in functions) {
|
||||
}
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
funcs: functions
|
||||
};
|
||||
module.exports = functions;
|
||||
|
Reference in New Issue
Block a user