Fix new function(){}() typo (thanks codedust on GitHub)
This commit is contained in:
parent
aec36468bc
commit
eb80a10ed1
1 changed files with 1 additions and 1 deletions
|
@ -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 = {};
|
||||
|
|
Loading…
Reference in a new issue