Skip to content

Commit 0006795

Browse files
committed
Removed return this.
1 parent 77db696 commit 0006795

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/promise.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
this._rejectedCallbacks = [];
4040

4141
this.doResolve(fn);
42-
return this;
4342
};
4443

4544
_.extend(AV.Promise, /** @lends AV.Promise */ {

0 commit comments

Comments
 (0)