summaryrefslogtreecommitdiffstats
path: root/webapp/utils/markdown.jsx
diff options
context:
space:
mode:
authorElias Nahum <nahumhbl@gmail.com>2016-03-17 13:40:03 -0300
committerElias Nahum <nahumhbl@gmail.com>2016-03-17 13:40:03 -0300
commit919fb8274bc13beaa260602f8f77bbb5a526f1a3 (patch)
tree742d38ff09d448489845886eebb3956ed3c39ac3 /webapp/utils/markdown.jsx
parent1f5c8c4e4ebb2e163278f3e62d640f41a2df7294 (diff)
downloadchat-919fb8274bc13beaa260602f8f77bbb5a526f1a3.tar.gz
chat-919fb8274bc13beaa260602f8f77bbb5a526f1a3.tar.bz2
chat-919fb8274bc13beaa260602f8f77bbb5a526f1a3.zip
Fix ESLint for code_preview.jsx
Diffstat (limited to 'webapp/utils/markdown.jsx')
-rw-r--r--webapp/utils/markdown.jsx3
1 files changed, 0 insertions, 3 deletions
diff --git a/webapp/utils/markdown.jsx b/webapp/utils/markdown.jsx
index ee63e6a19..2cf1c5af0 100644
--- a/webapp/utils/markdown.jsx
+++ b/webapp/utils/markdown.jsx
@@ -9,9 +9,6 @@ import marked from 'marked';
import katex from 'katex';
import 'katex/dist/katex.min.css';
-import Constants from 'utils/constants.jsx';
-const HighlightedLanguages = Constants.HighlightedLanguages;
-
function markdownImageLoaded(image) {
image.style.height = 'auto';
}