Skip to content

Commit

Permalink
const to var
Browse files Browse the repository at this point in the history
  • Loading branch information
smartclip-adtech authored May 28, 2020
1 parent f937042 commit ee2546c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions modules/smartclipBidAdapter.js
Original file line number Diff line number Diff line change
Expand Up @@ -347,11 +347,10 @@ function createOutstreamScript(bid) {
utils.logMessage('[SMARTX][renderer] Handle SmartX outstream renderer');

const elementId = bid.adUnitCode;
const sc_smartIntxtStart = [];
const sc_smartIntxtNoad = [];
const sc_smartIntxtEnd = [];
const SmartPlay = [];

var sc_smartIntxtStart;
var sc_smartIntxtNoad;
var sc_smartIntxtEnd;
var SmartPlay;
let smartPlayObj = {
minAdWidth: 290,
maxAdWidth: 900,
Expand Down

0 comments on commit ee2546c

Please sign in to comment.