Skip to content

Commit

Permalink
chore: all lint warnings gone (#428)
Browse files Browse the repository at this point in the history
  • Loading branch information
incompl authored Aug 31, 2018
1 parent 5dd8042 commit 4a4a0f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ads.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 4a4a0f6

Please sign in to comment.