Commit ff945685 authored by TasteBot's avatar TasteBot

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

parent 37159e3a
...@@ -17,10 +17,10 @@ enyo.kind({ ...@@ -17,10 +17,10 @@ enyo.kind({
// up the enyo object hierarchy to our controller // up the enyo object hierarchy to our controller
kind: 'enyo.Input', kind: 'enyo.Input',
id: 'new-todo', id: 'new-todo',
placeholder: 'What needs to be done?',
attributes: { attributes: {
autofocus: 'autofocus' autofocus: 'autofocus'
}, },
placeholder: 'What needs to be done?',
handlers: { handlers: {
onkeypress: 'saveNew' onkeypress: 'saveNew'
}, },
......
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