Merge pull request #621 from nwolverson/jquery-promise

Add promise to JQueryDeferred
This commit is contained in:
Diullei Gomes
2013-06-19 10:54:41 -07:00
+1
View File
@@ -104,6 +104,7 @@ interface JQueryDeferred extends JQueryPromise {
resolveWith(context: any, ...args: any[]): JQueryDeferred;
state(): string;
then(doneCallbacks: any, failCallbacks?: any, progressCallbacks?: any): JQueryDeferred;
promise(target?: any): JQueryPromise;
}
/*