export embedded katex as window global

This commit is contained in:
Ludwig Schubert
2017-08-23 11:49:47 -07:00
parent 9993a679c1
commit a15a9ba7a3
+2
View File
@@ -1,5 +1,6 @@
/* Static styles and other modules */
import './styles/styles';
import katex from 'katex';
/* Components */
import { Abstract } from './components/d-abstract';
@@ -42,3 +43,4 @@ function defineComponents() {
}
defineComponents();
window.katex = katex;