diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-11-04 10:58:10 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-11-04 10:58:10 +0100 |
| commit | 98755a4467991b6fb31563b17f8c15b1c5266294 (patch) | |
| tree | e853d32e7a9cb3dca7d59be315018e5316e95cfe | |
| parent | b5c611242ed59dc8137e8157e922603ab57bf969 (diff) | |
| download | snap-98755a4467991b6fb31563b17f8c15b1c5266294.tar.gz snap-98755a4467991b6fb31563b17f8c15b1c5266294.zip | |
fix typo
| -rw-r--r-- | objects.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4618,7 +4618,7 @@ StageMorph.prototype.step = function () { world.keyboardReceiver = this; } if (world.currentKey === null) { - this.keyPressed = null; + this.keysPressed = {}; } // manage threads |
