mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2025-04-21 15:26:17 -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
|
@ -31,7 +31,7 @@
|
|||
// have resolved and content has been stamped to the page
|
||||
app.addEventListener('dom-change', function() {
|
||||
console.log('Our app is ready to rock!');
|
||||
app.p2p = document.querySelector('connection-wrapper');
|
||||
app.conn = document.querySelector('connection-wrapper');
|
||||
});
|
||||
|
||||
// See https://github.com/Polymer/polymer/issues/1381
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue