We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa9ca2b commit 2e1da90Copy full SHA for 2e1da90
1 file changed
tests/jquery.simulate.js
@@ -90,7 +90,7 @@ $.extend( $.simulate.prototype, {
90
shiftKey: false,
91
metaKey: false,
92
keyCode: 0,
93
- charCode: 0
+ charCode: undefined
94
}, options );
95
96
if ( $.isFunction( document.createEvent ) ) {
0 commit comments