This commit is contained in:
MaceWindu
2014-03-28 17:32:16 +01:00
parent d92f1822bd
commit 3f1c041150
+1 -1
View File
@@ -288,7 +288,7 @@ interface JQueryGenericPromise<T> {
}
/**
* Interface for the JQuery promise/deffered callbacks
* Interface for the JQuery promise/deferred callbacks
*/
interface JQueryPromiseCallback<T> {
(value?: T, ...args: any[]): void;