Remove some global refs to window.events

// FREEBIE
This commit is contained in:
lilia 2017-04-12 13:40:00 -07:00
parent 510a5cb7fe
commit fcff07df98
4 changed files with 12 additions and 10 deletions

View file

@ -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() {