Skip to content

Commit

Permalink
Fixed style error. (#1419)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbemiller committed Jul 26, 2017
1 parent fc3c08c commit 0d1bd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/admediaBidAdapter.js
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 0d1bd55

Please sign in to comment.