From 4a4a0f655d7a795f4a963059ec3654bfd419790c Mon Sep 17 00:00:00 2001 From: Greg Smith Date: Fri, 31 Aug 2018 10:23:09 -0400 Subject: [PATCH] chore: all lint warnings gone (#428) --- src/ads.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/ads.js b/src/ads.js index ba2ffbd2..dc9f27d8 100644 --- a/src/ads.js +++ b/src/ads.js @@ -92,7 +92,8 @@ export default function getAds(player) { // deprecated. stitchedAds(arg) { if (arg !== undefined) { - videojs.log.warn('Using player.ads.stitchedAds() as a setter is deprecated, it should be set as an option upon initialization of contrib-ads.'); + videojs.log.warn('Using player.ads.stitchedAds() as a setter is deprecated, ' + + 'it should be set as an option upon initialization of contrib-ads.'); // Keep the private property and the settings in sync. When this // setter is removed, we can probably stop using the private property.