diff --git a/js/crypto.js b/js/crypto.js index 8571cac7b576..223099ca20b8 100644 --- a/js/crypto.js +++ b/js/crypto.js @@ -16,7 +16,7 @@ window.textsecure = window.textsecure || {}; -window.textsecure.crypto = new function() { +window.textsecure.crypto = function() { var self = {}; // functions exposed for replacement and direct calling in test code var testing_only = {};