more fixes for Workspace
This commit is contained in:
parent
b261c4e4dd
commit
54e8a799ac
5 changed files with 19 additions and 7 deletions
|
|
@ -470,7 +470,6 @@ var WorkerClient = function(topLevelNamespaces, packagedJs, module, classname) {
|
|||
|
||||
if (require.packaged) {
|
||||
var base = this.$guessBasePath();
|
||||
dump("Worker " + base + " " + packagedJs + "\n");
|
||||
var worker = this.$worker = new Worker(base + packagedJs);
|
||||
}
|
||||
else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue