Add comment
This commit is contained in:
parent
827a47d9b7
commit
909e70905c
@ -1055,6 +1055,8 @@ define([
|
|||||||
},
|
},
|
||||||
onConnectionChange: function () {},
|
onConnectionChange: function () {},
|
||||||
crypto: {
|
crypto: {
|
||||||
|
// The encryption and decryption is done in the outer window.
|
||||||
|
// This async-store only deals with already encrypted messages.
|
||||||
encrypt: function (m) { return m; },
|
encrypt: function (m) { return m; },
|
||||||
decrypt: function (m) { return m; }
|
decrypt: function (m) { return m; }
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user