Skip to content

Commit 16b672e

Browse files
committed
set data to KeyCombo for KeyComboMatchEvent
1 parent 8297473 commit 16b672e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/input/keyboard/combo/KeyComboMatchEvent.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,7 @@ var KeyComboMatchEvent = new Class({
1111
{
1212
Event.call(this, 'KEY_COMBO_MATCH_EVENT');
1313

14-
this.target = keyCombo;
15-
16-
this.data = keyboardEvent;
14+
this.data = keyCombo;
1715
}
1816

1917
});

0 commit comments

Comments
 (0)