diff options
author | Elias Nahum <nahumhbl@gmail.com> | 2016-03-17 13:40:03 -0300 |
---|---|---|
committer | Elias Nahum <nahumhbl@gmail.com> | 2016-03-17 13:40:03 -0300 |
commit | 919fb8274bc13beaa260602f8f77bbb5a526f1a3 (patch) | |
tree | 742d38ff09d448489845886eebb3956ed3c39ac3 /webapp/utils | |
parent | 1f5c8c4e4ebb2e163278f3e62d640f41a2df7294 (diff) | |
download | chat-919fb8274bc13beaa260602f8f77bbb5a526f1a3.tar.gz chat-919fb8274bc13beaa260602f8f77bbb5a526f1a3.tar.bz2 chat-919fb8274bc13beaa260602f8f77bbb5a526f1a3.zip |
Fix ESLint for code_preview.jsx
Diffstat (limited to 'webapp/utils')
-rw-r--r-- | webapp/utils/markdown.jsx | 3 |
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'; } |