Merge pull request #2880 from coreos-inc/add-missing-var
Add missing `var`
This commit is contained in:
commit
fba34eb5f0
1 changed files with 1 additions and 1 deletions
|
@ -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(
|
||||||
|
|
Reference in a new issue