kopia lustrzana https://github.com/backface/turtlestitch
rodzic
a42ea9fe06
commit
72259dcae0
|
@ -83,7 +83,7 @@ ArgLabelMorph, localize, XML_Element, hex_sha512*/
|
||||||
|
|
||||||
// Global stuff ////////////////////////////////////////////////////////
|
// Global stuff ////////////////////////////////////////////////////////
|
||||||
|
|
||||||
modules.threads = '2013-August-12';
|
modules.threads = '2013-September-16';
|
||||||
|
|
||||||
var ThreadManager;
|
var ThreadManager;
|
||||||
var Process;
|
var Process;
|
||||||
|
@ -990,7 +990,8 @@ Process.prototype.evaluateCustomBlock = function () {
|
||||||
if (!context) {return null; }
|
if (!context) {return null; }
|
||||||
outer = new Context();
|
outer = new Context();
|
||||||
outer.receiver = this.context.receiver; // || this.homeContext.receiver;
|
outer.receiver = this.context.receiver; // || this.homeContext.receiver;
|
||||||
outer.variables.parentFrame = outer.receiver.variables;
|
outer.variables.parentFrame = outer.receiver ?
|
||||||
|
outer.receiver.variables : null;
|
||||||
|
|
||||||
runnable = new Context(
|
runnable = new Context(
|
||||||
this.context.parentContext,
|
this.context.parentContext,
|
||||||
|
|
Ładowanie…
Reference in New Issue