lint file

AdButler is not a whitelisted constant, access it via window.
This commit is contained in:
Sam Saffron 2019-09-17 13:46:32 +10:00
parent cc09403757
commit 02f9145751
1 changed files with 2 additions and 2 deletions

View File

@ -76,9 +76,9 @@ export default AdComponent.extend({
function() { function() {
if (this.divs.length > 0) { if (this.divs.length > 0) {
let abkw = window.abkw || ""; let abkw = window.abkw || "";
AdButler.ads.push({ window.AdButler.ads.push({
handler: function(opt) { handler: function(opt) {
AdButler.register( window.AdButler.register(
opt.place.publisherId, opt.place.publisherId,
opt.place.zoneId, opt.place.zoneId,
opt.place.dimensions, opt.place.dimensions,