Skip to content

Commit cd8d91b

Browse files
committed
Fix primitiveInputSemaphore (fixes #181)
1 parent 2b9ce0c commit cd8d91b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vm.input.browser.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ Object.extend(Squeak.Primitives.prototype,
9393
this.display.signalInputEvent = function() {
9494
this.signalSemaphoreWithIndex(this.inputEventSemaIndex);
9595
}.bind(this);
96-
this.display.signalInputEvent();
9796
return this.popNIfOK(argCount);
9897
},
9998
primitiveInputWord: function(argCount) {

0 commit comments

Comments
 (0)