another mootools remmnant.

This commit is contained in:
Jeremy Ashkenas
2010-10-25 12:51:33 -04:00
parent 37b8fb72c4
commit f6bd4df573

View File

@@ -164,7 +164,7 @@ $(function(){
content: this.newInput.val(),
done: false
});
this.newInput.setProperty("value", "");
this.newInput.val('');
}
},