mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-06 07:39:02 +02:00
fixed broken paths to ace editor stuff from moving things around
This commit is contained in:
+2
-2
@@ -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
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user