diff --git a/explainer/samples.html b/explainer/samples.html index b960472b12..7a22c31082 100644 --- a/explainer/samples.html +++ b/explainer/samples.html @@ -37,7 +37,7 @@ user: String }, - created: function() { + ready: function() { this.innerHTML = 'Hello World, my user is ' + (this.user || 'nobody') + '.'; }