Move Whisper.events out of views and tests

This commit is contained in:
lilia 2017-04-21 13:21:18 -07:00
parent a1c7369347
commit 40af226a4a
6 changed files with 13 additions and 6 deletions

View file

@ -49,8 +49,6 @@
this.$('#step1').show();
this.connect();
this.on('disconnected', this.reconnect);
this.listenTo(Whisper.events, 'contactsync:begin', this.showSync);
this.listenTo(Whisper.events, 'contactsync', this.close);
},
connect: function() {
this.clearQR();