Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Mar 26, 2014
1 parent 84ef5af commit 8899e87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@
},
createdCallback: function() {
if (this.templateInstance) {
console.warn(this.localName, 'was bound prior to upgrade and may ' +
'have incorrect bindings.');
console.warn('Attributes on ' + this.localName + ' were data bound ' +
'prior to Polymer upgrading the element. This may result in ' +
'incorrect binding types.');
}
this.created();
this.prepareElement();
Expand Down

0 comments on commit 8899e87

Please sign in to comment.