From f6bd4df573e7e71fafa9c56c445998c701c4a006 Mon Sep 17 00:00:00 2001 From: Jeremy Ashkenas Date: Mon, 25 Oct 2010 12:51:33 -0400 Subject: [PATCH] another mootools remmnant. --- examples/todos/javascripts/todos.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(''); } },