Fixed another syntax issue breaking the building process

Esse commit está contido em:
Giulio Cesare Solaroli
2015-07-01 07:22:58 +02:00
commit 2e65e86341

Ver Arquivo

@@ -236,7 +236,7 @@ Clipperz.PM.DataModel.OneTimePassword.generateRandomBase32OTPValue = function()
result = result.replace(/(.{4} ){2}/g, '$&' + '- ');
return result;
},
};
//#############################################################################
@@ -253,4 +253,4 @@ Clipperz.PM.DataModel.OneTimePassword.createNewOneTimePassword = function(aUsern
});
return result;
}
};