diff --git a/examples/todos/javascripts/todos.js b/examples/todos/javascripts/todos.js index 339b29c8..7c355262 100644 --- a/examples/todos/javascripts/todos.js +++ b/examples/todos/javascripts/todos.js @@ -164,7 +164,7 @@ $(function(){ content: this.newInput.val(), done: false }); - this.newInput.setProperty("value", ""); + this.newInput.val(''); } },