summaryrefslogtreecommitdiff
path: root/threads.js
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-09-12 15:43:39 +0200
committerGubolin <gubolin@fantasymail.de>2014-09-12 15:43:39 +0200
commit39a50e190ac39560564507399d26fe7c141de86f (patch)
tree222df7c973d50ddeefdb4c9f071f16651b0d4859 /threads.js
parentfeb9a2d0fe9e2a744059e8054c229c537a4fa910 (diff)
parentf70276f603a346f51bacb946fb6e615bb2a09f66 (diff)
downloadsnap-39a50e190ac39560564507399d26fe7c141de86f.tar.gz
snap-39a50e190ac39560564507399d26fe7c141de86f.zip
Merge branch 'xml_beautifier' into github_backend
Diffstat (limited to 'threads.js')
-rw-r--r--threads.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/threads.js b/threads.js
index 3324ac6..335b5d0 100644
--- a/threads.js
+++ b/threads.js
@@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/
// Global stuff ////////////////////////////////////////////////////////
-modules.threads = '2014-July-30';
+modules.threads = '2014-August-13';
var ThreadManager;
var Process;
@@ -774,7 +774,7 @@ Process.prototype.evaluate = function (
if (!context) {return null; }
if (context instanceof Function) {
return context.apply(
- this.homeContext.receiver,
+ this.blockReceiver(),
args.asArray().concat([this])
);
}