mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-05-03 21:19:15 -04:00
Rename app.p2p to app.conn
This commit is contained in:
parent
cb0eca4220
commit
e384312e2c
4 changed files with 16 additions and 16 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue