From 24c322b60afd2e4092c80ee99bf9bcbccd85662b Mon Sep 17 00:00:00 2001 From: yesji <55633427+yesji@users.noreply.github.com> Date: Sun, 6 Oct 2019 21:53:27 +0530 Subject: [PATCH] Fixed "'module' is defined but never used." issue Fixed "'module' is defined but never used." issue. If this is the expected solution, I will go forward and use the same solution for the similar issues. --- .../resources/static/js/ace/theme-tomorrow_night_eighties.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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";