mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
Merge pull request #5934 from kevin-bates/shim-mathjax
Add shim to mathjaxutils.js
This commit is contained in:
commit
663b5bee66
8
notebook/static/notebook/js/mathjaxutils.js
Normal file
8
notebook/static/notebook/js/mathjaxutils.js
Normal file
@ -0,0 +1,8 @@
|
||||
|
||||
define([
|
||||
'base/js/mathjaxutils'
|
||||
], function(mathjaxutils) {
|
||||
"use strict"
|
||||
|
||||
return mathjaxutils;
|
||||
});
|
Loading…
Reference in New Issue
Block a user