Skip to content

Commit

Permalink
Update reduce.js
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamingr committed Aug 29, 2016
1 parent b26b205 commit 6daea95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reduce.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ util.inherits(ReductionPromiseArray, PromiseArray);

ReductionPromiseArray.prototype._gotAccum = function(accum) {
if (this._eachValues !== undefined &&
this._eachValues !== undefined &&
this._eachValues !== null &&
accum !== INTERNAL) {
this._eachValues.push(accum);
}
Expand Down

0 comments on commit 6daea95

Please sign in to comment.