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