mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Fix include paths
This commit is contained in:
parent
8c56a46594
commit
8067432e09
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
define [
|
||||
"ide/editor/auto-complete/SuggestionManager"
|
||||
"ide/editor/auto-complete/Snippets"
|
||||
"ide/editor/directives/aceEditor/auto-complete/SuggestionManager"
|
||||
"ide/editor/directives/aceEditor/auto-complete/Snippets"
|
||||
"ace/autocomplete/util"
|
||||
"ace/autocomplete"
|
||||
"ace/range"
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
define [
|
||||
"ide/editor/spell-check/HighlightedWordManager"
|
||||
"ide/editor/directives/aceEditor/spell-check/HighlightedWordManager"
|
||||
"ace/range"
|
||||
], (HighlightedWordManager) ->
|
||||
Range = require("ace/range").Range
|
||||
|
|
Loading…
Reference in a new issue