Skip to content

Commit

Permalink
removes use of deprecated method
Browse files Browse the repository at this point in the history
  • Loading branch information
susyt committed Nov 6, 2019
1 parent a9eec3b commit a2e736b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/gumgumBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function _getBrowserParams(topWindowUrl) {
try {
topWindow = global.top;
topScreen = topWindow.screen;
topUrl = topWindowUrl || utils.getTopWindowUrl();
topUrl = topWindowUrl || '';
} catch (error) {
utils.logError(error);
return browserParams
Expand Down

0 comments on commit a2e736b

Please sign in to comment.