mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fix new function(){}() typo (thanks codedust on GitHub)
This commit is contained in:
@@ -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 = {};
|
||||
|
||||
Reference in New Issue
Block a user