Fix MessageSender prototype
// FREEBIE
This commit is contained in:
parent
b0da491025
commit
5bf608598c
2 changed files with 4 additions and 4 deletions
|
@ -40041,8 +40041,8 @@ textsecure.MessageSender = function(url, username, password) {
|
|||
this.leaveGroup = sender.leaveGroup .bind(sender);
|
||||
};
|
||||
|
||||
textsecure.MessageReceiver.prototype = {
|
||||
constructor: textsecure.MessageReceiver
|
||||
textsecure.MessageSender.prototype = {
|
||||
constructor: textsecure.MessageSender
|
||||
};
|
||||
|
||||
/*
|
||||
|
|
|
@ -441,6 +441,6 @@ textsecure.MessageSender = function(url, username, password) {
|
|||
this.leaveGroup = sender.leaveGroup .bind(sender);
|
||||
};
|
||||
|
||||
textsecure.MessageReceiver.prototype = {
|
||||
constructor: textsecure.MessageReceiver
|
||||
textsecure.MessageSender.prototype = {
|
||||
constructor: textsecure.MessageSender
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue