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