Skip to content

Commit

Permalink
fixed reference to global object (prebid#4412)
Browse files Browse the repository at this point in the history
  • Loading branch information
monofonik authored and sa1omon committed Nov 28, 2019
1 parent 15b3f5a commit 9f4654e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/playgroundxyzBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ function isMobile() {
}

function isConnectedTV() {
return (/(smart[-]?tv|hbbtv|appletv|googletv|hdmi|netcast\.tv|viera|nettv|roku|\bdtv\b|sonydtv|inettvbrowser|\btv\b)/i).test(global.navigator.userAgent);
return (/(smart[-]?tv|hbbtv|appletv|googletv|hdmi|netcast\.tv|viera|nettv|roku|\bdtv\b|sonydtv|inettvbrowser|\btv\b)/i).test(navigator.userAgent);
}

registerBidder(spec);

0 comments on commit 9f4654e

Please sign in to comment.