Correct foolish error.

This commit is contained in:
Tony Garnock-Jones 2018-11-11 15:48:46 +00:00
parent dbd9647c93
commit 87fecf517a
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ Dataspace.wrapExternal = function (f) {
};
Dataspace.backgroundTask = function (k) {
Dataspace._currentFacet.actor.dataspace.ground().backgroundTask(k);
return Dataspace._currentFacet.actor.dataspace.ground().backgroundTask(k);
};
Dataspace.referenceField = function (obj, prop) {