Skip to content
This repository was archived by the owner on May 15, 2019. It is now read-only.

Commit 3bb13f6

Browse files
author
Charles Marsh
committed
Add Khan to list of globals in tex.jsx
Summary: ESLint was giving me a `no-undef` error when requiring `tex.jsx` from a `create-react-app` setup. Auditors: alex
1 parent 17f6657 commit 3bb13f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/tex.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
/**
33
* For math rendered using KaTex and/or MathJax. Use me like <TeX>2x + 3</TeX>.
44
*/
5-
/* global katex, MathJax */
5+
/* global katex, MathJax, Khan */
66
// TODO(joel) - require MathJax / katex so they don't have to be global
77

88
const PureRenderMixin = require('react-addons-pure-render-mixin');

0 commit comments

Comments
 (0)