We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8297473 commit 16b672eCopy full SHA for 16b672e
1 file changed
src/input/keyboard/combo/KeyComboMatchEvent.js
@@ -11,9 +11,7 @@ var KeyComboMatchEvent = new Class({
11
{
12
Event.call(this, 'KEY_COMBO_MATCH_EVENT');
13
14
- this.target = keyCombo;
15
-
16
- this.data = keyboardEvent;
+ this.data = keyCombo;
17
}
18
19
});
0 commit comments