Skip to content

Commit

Permalink
fix Travis failures coming from adkernelAdnBidAdapter.js (prebid#2888)
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnellbaker authored and florevallatmrf committed Sep 6, 2018
1 parent 25c5e9e commit e04fad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/adkernelAdnBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function buildSite() {
ref: utils.getTopWindowReferrer(),
secure: ~~(loc.protocol === 'https:')
};
let keywords = document.getElementsByTagName('meta').namedItem('keywords');
let keywords = document.getElementsByTagName('meta')['keywords'];
if (keywords && keywords.content) {
result.keywords = keywords.content;
}
Expand Down

0 comments on commit e04fad2

Please sign in to comment.