Remove underscore
This commit is contained in:
parent
704107a256
commit
9d8ad21819
20 changed files with 111 additions and 226 deletions
|
@ -39,6 +39,6 @@ before(async () => {
|
|||
});
|
||||
|
||||
window.Whisper = window.Whisper || {};
|
||||
window.Whisper.events = _.clone(Backbone.Events);
|
||||
window.Whisper.events = { ...Backbone.Events };
|
||||
|
||||
window.textsecure.storage.protocol = new window.SignalProtocolStore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue