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