correcting cyclical printing
This commit is contained in:
parent
8e5f2ca59d
commit
5de0164064
|
@ -83,7 +83,6 @@
|
||||||
} else {
|
} else {
|
||||||
returnVal = x.toString();
|
returnVal = x.toString();
|
||||||
}
|
}
|
||||||
cache.remove(x);
|
|
||||||
return returnVal;
|
return returnVal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -127,7 +126,6 @@
|
||||||
} else {
|
} else {
|
||||||
returnVal = x.toString();
|
returnVal = x.toString();
|
||||||
}
|
}
|
||||||
cache.remove(x);
|
|
||||||
return returnVal;
|
return returnVal;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -1065,7 +1065,6 @@
|
||||||
// from the user came from here. If not, we have no hope to do a nice, efficient
|
// from the user came from here. If not, we have no hope to do a nice, efficient
|
||||||
// update, and have to do it from scratch.
|
// update, and have to do it from scratch.
|
||||||
var nonce = Math.random();
|
var nonce = Math.random();
|
||||||
|
|
||||||
toDraw(MACHINE,
|
toDraw(MACHINE,
|
||||||
world,
|
world,
|
||||||
view.getMockAndResetFocus(nonce),
|
view.getMockAndResetFocus(nonce),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user