Skip to content

Commit

Permalink
Fixed style error. (prebid#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbemiller authored and jbAdyoulike committed Sep 21, 2017
1 parent fece615 commit a600d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/admediaBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ var AdmediaAdapter = function AdmediaAdapter() {
request_obj.siteRef = document.referrer;
request_obj.topUrl = utils.getTopWindowUrl();

request_obj.callback = '$$PREBID_GLOBAL$$';
request_obj.callback = '$$PREBID_GLOBAL$$';
request_obj.callbackId = bid.bidId;

var endpoint = bidderUrl + utils.parseQueryStringParameters(request_obj);
Expand Down

0 comments on commit a600d61

Please sign in to comment.