diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-09-12 15:43:39 +0200 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-09-12 15:43:39 +0200 |
| commit | 39a50e190ac39560564507399d26fe7c141de86f (patch) | |
| tree | 222df7c973d50ddeefdb4c9f071f16651b0d4859 /threads.js | |
| parent | feb9a2d0fe9e2a744059e8054c229c537a4fa910 (diff) | |
| parent | f70276f603a346f51bacb946fb6e615bb2a09f66 (diff) | |
| download | snap-39a50e190ac39560564507399d26fe7c141de86f.tar.gz snap-39a50e190ac39560564507399d26fe7c141de86f.zip | |
Merge branch 'xml_beautifier' into github_backend
Diffstat (limited to 'threads.js')
| -rw-r--r-- | threads.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]) ); } |
