Allow callbacks to ignore event object

This commit is contained in:
Josh Olson 2016-04-05 15:59:51 -05:00
parent 9636ae9d5e
commit 1e2ac48780

View File

@ -29,7 +29,7 @@ declare namespace keyboardjs {
/**
* Keyevent
*/
(e: KeyEvent): void;
(e?: KeyEvent): void;
}
// ---------- Key Binding ---------- //