This commit is contained in:
Markus Jarderot
2015-09-17 23:50:03 +02:00
parent a5fabe45ec
commit 3b4b3c28b0
+1 -1
View File
@@ -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