1
0
Files
malta-slides/node_modules/mathjax-full/components/src/a11y/sre/lib/sre.js

15 lines
346 B
JavaScript

import {combineWithMathJax} from '../../../../../js/components/global.js';
import {VERSION} from '../../../../../js/components/version.js';
import * as module1 from '../../../../../js/a11y/sre.js';
if (MathJax.loader) {
MathJax.loader.checkVersion('a11y/sre', VERSION, 'a11y');
}
combineWithMathJax({_: {
a11y: {
sre: module1
}
}});