Merge pull request #5934 from kevin-bates/shim-mathjax
Add shim to mathjaxutils.js
commit
663b5bee66
@ -0,0 +1,8 @@
|
||||
|
||||
define([
|
||||
'base/js/mathjaxutils'
|
||||
], function(mathjaxutils) {
|
||||
"use strict"
|
||||
|
||||
return mathjaxutils;
|
||||
});
|
||||
Loading…
Reference in new issue