diff --git a/lib/ace/config.js b/lib/ace/config.js index 6b5b3765..15916002 100644 --- a/lib/ace/config.js +++ b/lib/ace/config.js @@ -83,7 +83,7 @@ exports.moduleUrl = function(name) { } else if (component === "theme") { return this.get("themePath") + "/theme-" + base + this.get("suffix"); } else if (component == "worker") { - return this.get("workerPath") + "/" + base + this.get("suffix"); + return this.get("workerPath") + "/worker-" + base + this.get("suffix"); } };