Skip to content

Commit

Permalink
Add worker suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Jul 2, 2012
1 parent b8a7b8e commit e4a3e79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ace/config.js
Expand Up @@ -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");
}
};

Expand Down

0 comments on commit e4a3e79

Please sign in to comment.