mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-21 11:09:53 +08:00
misplace quote
This commit is contained in:
Vendored
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user