Skip to content

Commit d49f5df

Browse files
committed
no more inject default MathJax config
1 parent cfa7720 commit d49f5df

File tree

2 files changed

+0
-24
lines changed

2 files changed

+0
-24
lines changed

src/core.js

-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,6 @@ require('native-promise-only');
88
// inject plot css
99
require('../build/plotcss');
1010

11-
// inject default MathJax config
12-
require('./fonts/mathjax_config')();
13-
1411
// include registry module and expose register method
1512
var Registry = require('./registry');
1613
var register = exports.register = Registry.register;

src/fonts/mathjax_config.js

-21
This file was deleted.

0 commit comments

Comments
 (0)