Add worker suffix
This commit is contained in:
parent
b8a7b8ec90
commit
e4a3e79535
1 changed files with 1 additions and 1 deletions
|
|
@ -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");
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue