Skip to content

Commit

Permalink
Typo filename 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
princejwesley committed Mar 27, 2016
1 parent a0bd85a commit 0ef446c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ReplActiveInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -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`))

Expand Down

0 comments on commit 0ef446c

Please sign in to comment.