Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894.
This commit is contained in:
parent
3776cbe314
commit
7e69fdbad4
|
@ -691,7 +691,7 @@ jQuery.event.special.change = {
|
|||
},
|
||||
|
||||
// Change has to be called before submit
|
||||
// Keydown will be called before keypress, wich is used in submit-event delegation
|
||||
// Keydown will be called before keypress, which is used in submit-event delegation
|
||||
keydown: function( e ) {
|
||||
var elem = e.target, type = elem.type;
|
||||
|
||||
|
|
Loading…
Reference in a new issue