misplace quote

This commit is contained in:
Christiaan Rakowski 2014-03-31 15:35:47 +02:00
parent 2c52e529f9
commit d89a73caaf

2
jquery/jquery.d.ts vendored
View File

@ -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.