mirror of
https://github.com/schlagmichdoch/PairDrop.git
synced 2026-04-22 07:04:53 +08:00
Rename app.p2p to app.conn
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user