check if mathjax exists before proceeding

This commit is contained in:
Rocky Duan
2012-08-04 18:00:25 -04:00
parent 0fd2ed99c6
commit 0af26ae8d6

View File

@@ -2,6 +2,9 @@
$ ->
if not MathJax?
return
HUB = MathJax.Hub
class MathJaxProcessor