mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
misplace quote
This commit is contained in:
parent
2c52e529f9
commit
d89a73caaf
2
jquery/jquery.d.ts
vendored
2
jquery/jquery.d.ts
vendored
@ -2447,7 +2447,7 @@ interface JQuery {
|
||||
*/
|
||||
keydown(handler: (eventObject: JQueryKeyEventObject) => any): JQuery;
|
||||
/**
|
||||
* Bind an event handler to the keydown"" JavaScript event
|
||||
* Bind an event handler to the "keydown" JavaScript event
|
||||
*
|
||||
* @param eventData An object containing data that will be passed to the event handler.
|
||||
* @param handler A function to execute each time the event is triggered.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user