Merge pull request #5934 from kevin-bates/shim-mathjax

Add shim to mathjaxutils.js
This commit is contained in:
Zachary Sailer 2021-01-12 14:02:31 -08:00 committed by GitHub
commit 663b5bee66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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