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.
This commit is contained in:
yesji 2019-10-06 21:53:27 +05:30 committed by GitHub
parent 638c5b3bb3
commit 24c322b60a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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";