diff --git a/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js b/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js index 4a72553..fc187d0 100644 --- a/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js +++ b/Server/src/main/resources/static/js/ace/theme-pastel_on_dark.js @@ -1,4 +1,4 @@ -define("ace/theme/pastel_on_dark", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/pastel_on_dark", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-pastel-on-dark";