Skip to content

Commit

Permalink
Allow more than one placement from one page (#1692)
Browse files Browse the repository at this point in the history
  • Loading branch information
FeatureForwardDev authored and matthewlane committed Oct 23, 2017
1 parent be21952 commit a45387d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/featureforwardBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ function FeatureForwardAdapter() {
};

function _callBids(bidderRequest) {
var i = 0;
bidderRequest.bids.forEach(bidRequest => {
var i = 0;
try {
while (bidRequest.sizes[i] !== undefined) {
var params = Object.assign({}, environment(), bidRequest.params, {'size': bidRequest.sizes[i]});
Expand Down

0 comments on commit a45387d

Please sign in to comment.