diff --git a/src/identity-handler.js b/src/identity-handler.js index c3c1381..9403509 100644 --- a/src/identity-handler.js +++ b/src/identity-handler.js @@ -36,7 +36,7 @@ IdentityHandler.prototype.onLoginComplete = function( pd: partnerData, consentData: { allowedVendors: [ '131', 'ID5-1747' ] - } + } }) var logId5Id = this.common.logId5Id; @@ -53,7 +53,7 @@ IdentityHandler.prototype.onLogoutComplete = function( partnerId: this.common.partnerId, consentData: { allowedVendors: [ '131', 'ID5-1747' ] - } + } }) var logId5Id = this.common.logId5Id; diff --git a/src/initialization.js b/src/initialization.js index 74091e9..78c880e 100644 --- a/src/initialization.js +++ b/src/initialization.js @@ -31,7 +31,7 @@ var initialization = { partnerId: common.partnerId, consentData: { allowedVendors: [ '131', 'ID5-1747' ] - } + } }) id5Instance.onAvailable(function(status){