Commit 37159e3a authored by TasteBot's avatar TasteBot

update the build files for gh-pages [ci skip]

parent 186eba5f
......@@ -17,6 +17,9 @@ enyo.kind({
// up the enyo object hierarchy to our controller
kind: 'enyo.Input',
id: 'new-todo',
attributes: {
autofocus: 'autofocus'
},
placeholder: 'What needs to be done?',
handlers: {
onkeypress: 'saveNew'
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment