mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-05-26 05:44:41 +00:00
Rename app.p2p to app.conn
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
_fileSelected: function(e) {
|
||||
var peerId = e.model.item.peerId;
|
||||
var file = e.detail;
|
||||
app.p2p.sendFile(peerId, file);
|
||||
app.conn.sendFile(peerId, file);
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user