Rename app.p2p to app.conn

This commit is contained in:
Robin Linus 2015-12-31 02:23:39 +01:00
parent cb0eca4220
commit e384312e2c
4 changed files with 16 additions and 16 deletions

View file

@ -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