15 lines
346 B
JavaScript
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
|
|
}
|
|
}});
|