Missing the definition of resolve function

Can you double check?
This commit is contained in:
MorganZ
2013-04-08 22:10:01 +03:00
parent b3fafd6b38
commit 9158b9f84e
Vendored
+2 -1
View File
@@ -42,6 +42,7 @@ interface QStatic {
fcall(method: Function, ...args: any[]): Qpromise;
all(promises: Qpromise[]): Qpromise;
allResolved(promises: Qpromise[]): Qpromise;
resolve(object?:Qpromise);
spread(onFulfilled: Function, onRejected: Function): Qpromise;
timeout(ms: number): Qpromise;
delay(ms: number): Qpromise;
@@ -60,4 +61,4 @@ interface QStatic {
oneerror: any;
longStackJumpLimit: number;
}
declare var Q: QStatic;
declare var Q: QStatic;