Skip to content

Commit e67c331

Browse files
committed
Add shim to mathjaxutils.js
1 parent 57db709 commit e67c331

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
2+
define([
3+
'base/js/mathjaxutils'
4+
], function(mathjaxutils) {
5+
"use strict"
6+
7+
return mathjaxutils;
8+
});

0 commit comments

Comments
 (0)