works nice

This commit is contained in:
Robin Linus 2015-12-19 02:12:45 +01:00
parent dc1af5ae7b
commit e5eab64c6b
2 changed files with 6 additions and 4 deletions

View file

@ -95,6 +95,7 @@
}
return function(requestedPeer, callback) {
if (this._peer.connections[requestedPeer]) {
callback();
return;
}
this.set('loading', true);