diff --git a/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js b/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js index 687843a..c0df265 100644 --- a/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js +++ b/Server/src/main/resources/static/js/ace/theme-tomorrow_night.js @@ -1,4 +1,4 @@ -define("ace/theme/tomorrow_night", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/tomorrow_night", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-tomorrow-night";