Move MathJax directive to a shared directory

MathJax parsing now on learn pages, and soon to be on the blog, so move
out of the `ide/chat` directive.
This commit is contained in:
Jessica Lawshe 2018-06-27 17:46:35 -05:00
parent 3e8168d32f
commit a739348146
2 changed files with 1 additions and 1 deletions

View file

@ -2,6 +2,6 @@ define [
"ide/chat/controllers/ChatButtonController"
"ide/chat/controllers/ChatController"
"ide/chat/controllers/ChatMessageController"
"ide/chat/directives/mathjax"
"directives/mathjax"
"filters/wrapLongWords"
], () ->