mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-04-19 18:46:43 +00:00
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:
parent
638c5b3bb3
commit
24c322b60a
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user