From 0ef446c8fcbb7f2141bc0b5e80d74302e31dd199 Mon Sep 17 00:00:00 2001 From: Prince J Wesley Date: Mon, 28 Mar 2016 04:55:29 +0530 Subject: [PATCH] Typo filename :bug: --- src/components/ReplActiveInput.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/ReplActiveInput.js b/src/components/ReplActiveInput.js index 1cbdc58..55ec647 100644 --- a/src/components/ReplActiveInput.js +++ b/src/components/ReplActiveInput.js @@ -39,8 +39,8 @@ const addons = [ 'fold/foldcode', 'fold/foldgutter', 'fold/brace-fold', 'fold/comment-fold', 'fold/indent-fold', 'fold/markdown-fold', - 'comment/comment', 'comment/continueComment', - 'scroll/annotateScrollbar' + 'comment/comment', 'comment/continuecomment', + 'scroll/annotatescrollbar' ] addons.forEach( addon => require(`../node_modules/codemirror/addon/${addon}.js`))