Skip to content

Commit 36de5e8

Browse files
committed
Pass event to ProcessKeyCombo
1 parent 7e5163a commit 36de5e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/input/keyboard/combo/KeyCombo.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ var KeyCombo = new Class({
9090
return;
9191
}
9292

93-
var matched = ProcessKeyCombo(event.data, _this);
93+
var matched = ProcessKeyCombo(event, _this);
9494

9595
if (matched)
9696
{

0 commit comments

Comments
 (0)