mirror of
https://github.com/jquery/jquery.git
synced 2026-02-07 19:14:55 -05:00
Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user