Merge pull request #2880 from coreos-inc/add-missing-var

Add missing `var`
This commit is contained in:
josephschorr 2017-10-06 14:37:51 -04:00 committed by GitHub
commit fba34eb5f0

View file

@ -61,7 +61,7 @@ function(ApiService, CookieService, $rootScope, Config, $location, $timeout) {
} }
if (Config.MARKETO_MUNCHKIN_ID && userResponse['marketo_user_hash']) { if (Config.MARKETO_MUNCHKIN_ID && userResponse['marketo_user_hash']) {
associateLeadBody = {'Email': userResponse.email}; var associateLeadBody = {'Email': userResponse.email};
if (window.Munchkin !== undefined) { if (window.Munchkin !== undefined) {
try { try {
Munchkin.munchkinFunction( Munchkin.munchkinFunction(