Skip to content

Commit

Permalink
Fixes #1241
Browse files Browse the repository at this point in the history
  • Loading branch information
sorvell committed Mar 5, 2015
1 parent 42477e4 commit 609f0c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explainer/samples.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
user: String
},

created: function() {
ready: function() {
this.innerHTML = 'Hello World, my user is ' + (this.user || 'nobody') + '.';
}

Expand Down

0 comments on commit 609f0c7

Please sign in to comment.