Skip to content

Commit 5200bbd

Browse files
Zsailermeeseeksmachine
authored andcommitted
Backport PR jupyter#5934: Add shim to mathjaxutils.js
1 parent e39ccb9 commit 5200bbd

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)