Skip to content

Commit

Permalink
update ByPlay Adapter (#4854)
Browse files Browse the repository at this point in the history
  • Loading branch information
daisato-tsumiki authored Feb 25, 2020
1 parent 01390ac commit ac0ce27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/byplayBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ function createRenderer() {

renderer.setRender(bid => {
bid.renderer.push(() => {
window.adtagRender(bid.vastXml);
window.adtagRender(bid);
});
});

Expand Down

0 comments on commit ac0ce27

Please sign in to comment.