Namespace global listeners to Whisper

This commit is contained in:
lilia 2017-04-12 13:31:50 -07:00
parent 3c2b7c8cbd
commit 510a5cb7fe
5 changed files with 9 additions and 7 deletions

View file

@ -86,9 +86,9 @@
openInbox();
}
WallClockListener.init();
RotateSignedPreKeyListener.init();
ExpiringMessagesListener.init();
Whisper.WallClockListener.init();
Whisper.RotateSignedPreKeyListener.init();
Whisper.ExpiringMessagesListener.init();
});
window.getSyncRequest = function() {