We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77db696 commit 0006795Copy full SHA for 0006795
lib/promise.js
@@ -39,7 +39,6 @@
39
this._rejectedCallbacks = [];
40
41
this.doResolve(fn);
42
- return this;
43
};
44
45
_.extend(AV.Promise, /** @lends AV.Promise */ {
0 commit comments