Skip to content

Commit

Permalink
skip functionality media tailor
Browse files Browse the repository at this point in the history
  • Loading branch information
Leena-Sharma-rsys committed Jun 27, 2024
1 parent 0ad26f7 commit 6134ba5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ads/media_tailor_ad.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -214,7 +214,7 @@ shaka.ads.MediaTailorAd = class {
* @export
*/
getDescription() {
return "";
return '';
}

/**
Expand Down Expand Up @@ -262,7 +262,7 @@ shaka.ads.MediaTailorAd = class {
* @export
*/
getAdvertiserName() {
return "";
return '';
}

/**
Expand Down

0 comments on commit 6134ba5

Please sign in to comment.