From d89a73caaf7aa99158996a0cb1fa42fee6e2cd8d Mon Sep 17 00:00:00 2001 From: Christiaan Rakowski Date: Mon, 31 Mar 2014 15:35:47 +0200 Subject: [PATCH] misplace quote --- jquery/jquery.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery/jquery.d.ts b/jquery/jquery.d.ts index b42f77aaa1..fb04294884 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -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.