Skip to content

Commit

Permalink
use text instead of obsolete kid property
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Hug committed Nov 25, 2015
1 parent 8b7490f commit ec543a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
event.preventDefault();
output.textContent = input.value ? ' Text: ' + input.value : '';
},
kids: [ input, { el: 'button', kid: 'Go' } ]
kids: [ input, { el: 'button', text: 'Go' } ]
},
output
]));
Expand Down

0 comments on commit ec543a9

Please sign in to comment.