Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 694472419
  • Loading branch information
google-ima-devrel-bot authored and IMA Developer Relations committed Nov 8, 2024
1 parent ee92a38 commit 84693b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vpaid/linear/VpaidVideoAd.js
Original file line number Diff line number Diff line change
Expand Up @@ -424,6 +424,6 @@ VpaidVideoPlayer.prototype.callEvent_ = function(eventType) {
* Main function called by wrapper to get the VPAID ad.
* @return {Object} The VPAID compliant ad.
*/
const getVPAIDAd = function() {
var getVPAIDAd = function() {
return new VpaidVideoPlayer();
};
2 changes: 1 addition & 1 deletion vpaid/nonlinear/VpaidNonLinear.js
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,6 @@ const VpaidNonLinear = class {
* Main function called by wrapper to get the VPAID ad.
* @return {Object} The VPAID compliant ad.
*/
const getVPAIDAd = function() {
var getVPAIDAd = function() {
return new VpaidNonLinear();
};

0 comments on commit 84693b1

Please sign in to comment.