Add shim to mathjaxutils.js

pull/5934/head
Kevin Bates 5 years ago
parent 57db70979b
commit e67c331a4e
No known key found for this signature in database
GPG Key ID: ADCCD5840EE5145F

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