Skip to content

Commit

Permalink
pass down global fix
Browse files Browse the repository at this point in the history
  • Loading branch information
damjan25 committed Sep 13, 2020
1 parent e037ae6 commit 1efa2b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ads/vlyby.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export function vlyby(global, data) {
s.setAttribute('data-PubRef', referrer);
global.document.getElementById('c').appendChild(s);
}
function createContainer(global, id) {
function createContainer(id) {
const d = global.document.createElement('div');
d.id = id;
global.document.getElementById('c').appendChild(d);
Expand Down

0 comments on commit 1efa2b3

Please sign in to comment.