Remove some global refs to window.events
// FREEBIE
This commit is contained in:
parent
510a5cb7fe
commit
fcff07df98
4 changed files with 12 additions and 10 deletions
|
@ -86,9 +86,9 @@
|
|||
openInbox();
|
||||
}
|
||||
|
||||
Whisper.WallClockListener.init();
|
||||
Whisper.RotateSignedPreKeyListener.init();
|
||||
Whisper.ExpiringMessagesListener.init();
|
||||
Whisper.WallClockListener.init(events);
|
||||
Whisper.RotateSignedPreKeyListener.init(events);
|
||||
Whisper.ExpiringMessagesListener.init(events);
|
||||
});
|
||||
|
||||
window.getSyncRequest = function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue