From 37b43b174625b23112e15e663688de2e3f08c7b3 Mon Sep 17 00:00:00 2001 From: yesji <55633427+yesji@users.noreply.github.com> Date: Fri, 11 Oct 2019 22:10:54 +0530 Subject: [PATCH] Fixed "Module is defined but never used" issue --- Server/src/main/resources/static/js/ace/theme-chaos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Server/src/main/resources/static/js/ace/theme-chaos.js b/Server/src/main/resources/static/js/ace/theme-chaos.js index e4c4a5a..185e3d9 100644 --- a/Server/src/main/resources/static/js/ace/theme-chaos.js +++ b/Server/src/main/resources/static/js/ace/theme-chaos.js @@ -1,4 +1,4 @@ -define("ace/theme/chaos", ["require", "exports", "module", "ace/lib/dom"], function (require, exports, module) { +define("ace/theme/chaos", ["require", "exports", "ace/lib/dom"], function (require, exports) { exports.isDark = true; exports.cssClass = "ace-chaos";