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 93a6129 commit 84ef5af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/instance/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
ready: function() {
},
createdCallback: function() {
if (this.templateInstance) {
console.warn(this.localName, 'was bound prior to upgrade and may ' +
'have incorrect bindings.');
}
this.created();
this.prepareElement();
},
Expand Down

0 comments on commit 84ef5af

Please sign in to comment.