From 3b4b3c28b08f2604ed7000ba7eafd67c4efec580 Mon Sep 17 00:00:00 2001 From: Markus Jarderot Date: Thu, 17 Sep 2015 23:50:03 +0200 Subject: [PATCH] Typo --- 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 b67605685..d7688f187 100644 --- a/jquery/jquery.d.ts +++ b/jquery/jquery.d.ts @@ -241,7 +241,7 @@ interface JQueryCallback { * @param context A reference to the context in which the callbacks in the list should be fired. * @param arguments An argument, or array of arguments, to pass to the callbacks in the list. */ - fireWith(context?: any, args: any[]): JQueryCallback; + fireWith(context?: any, args?: any[]): JQueryCallback; /** * Determine whether a supplied callback is in a list