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