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

Add shim to mathjaxutils.js
Zachary Sailer 5 years ago committed by GitHub
commit 663b5bee66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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