Compare commits

...

1 Commits
main ... 6.1.x

Author SHA1 Message Date
MeeseeksMachine 315fbefc07
Backport PR #5934: Add shim to mathjaxutils.js (#5935)
5 years ago

@ -0,0 +1,8 @@
define([
'base/js/mathjaxutils'
], function(mathjaxutils) {
"use strict"
return mathjaxutils;
});
Loading…
Cancel
Save