jshint compliance

This commit is contained in:
ansuz
2017-01-09 18:07:45 +01:00
parent 74a12f50ac
commit b39067d2a1
3 changed files with 7 additions and 6 deletions

View File

@@ -12,16 +12,17 @@ define([
//console.log("plaintext");
//console.log(body);
/*
0 && Crypt.put(body, function (e, out) {
if (e) { return void console.error(e); }
if (out) {
console.log(out);
}
});
}); */
var data = {};
(_ => {
(function () {
var cyphertext = data.payload = Crypto.encrypt(body, key);
console.log("encrypted");
console.log(cyphertext);