Skip to content

Commit

Permalink
Merge pull request #318 from mmilleruva/master
Browse files Browse the repository at this point in the history
Remove unneeded variable
  • Loading branch information
Nate Guisinger committed Apr 22, 2016
2 parents 1045c1a + 4292732 commit 4fc3849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/prebid.js
Original file line number Diff line number Diff line change
Expand Up @@ -333,8 +333,7 @@ function resetBids() {
pb_bidsTimedOut = false;
}

function requestAllBids(tmout) {
var timeout = tmout;
function requestAllBids(timeout) {
resetBids();
init(timeout);
}
Expand Down

0 comments on commit 4fc3849

Please sign in to comment.