From 6134ba531d8f9125b2404705209898c3cc8b26eb Mon Sep 17 00:00:00 2001 From: Leena-Sharma-rsys Date: Thu, 27 Jun 2024 17:59:08 +0530 Subject: [PATCH] skip functionality media tailor --- lib/ads/media_tailor_ad.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ads/media_tailor_ad.js b/lib/ads/media_tailor_ad.js index 8566351f8a..9dc309f1bf 100755 --- a/lib/ads/media_tailor_ad.js +++ b/lib/ads/media_tailor_ad.js @@ -4,9 +4,9 @@ * SPDX-License-Identifier: Apache-2.0 */ -goog.provide("shaka.ads.MediaTailorAd"); +goog.provide('shaka.ads.MediaTailorAd'); -goog.require("shaka.util.TextParser"); +goog.require('shaka.util.TextParser'); /** * @implements {shaka.extern.IAd} * @export @@ -214,7 +214,7 @@ shaka.ads.MediaTailorAd = class { * @export */ getDescription() { - return ""; + return ''; } /** @@ -262,7 +262,7 @@ shaka.ads.MediaTailorAd = class { * @export */ getAdvertiserName() { - return ""; + return ''; } /**