Skip to content

Commit 427645b

Browse files
committed
Update keyboard.js
1 parent 42603bf commit 427645b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input/keyboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ define(function (require) {
230230
* been released.
231231
*/
232232
p5.prototype.onblur = function (e) {
233-
downKeys ={};
233+
downKeys = {};
234234
};
235235

236236
/**

0 commit comments

Comments
 (0)