correcting cyclical printing
This commit is contained in:
parent
8e5f2ca59d
commit
5de0164064
|
@ -83,7 +83,6 @@
|
|||
} else {
|
||||
returnVal = x.toString();
|
||||
}
|
||||
cache.remove(x);
|
||||
return returnVal;
|
||||
};
|
||||
|
||||
|
@ -127,7 +126,6 @@
|
|||
} else {
|
||||
returnVal = x.toString();
|
||||
}
|
||||
cache.remove(x);
|
||||
return returnVal;
|
||||
};
|
||||
|
||||
|
|
|
@ -1065,7 +1065,6 @@
|
|||
// 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.
|
||||
var nonce = Math.random();
|
||||
|
||||
toDraw(MACHINE,
|
||||
world,
|
||||
view.getMockAndResetFocus(nonce),
|
||||
|
|
Loading…
Reference in New Issue
Block a user