Commit 069f01af authored by Arthur Verschaeve's avatar Arthur Verschaeve

Merge pull request #1504 from adjohnson916/patch-1

Fix typo "reduntant" to "redundant".
parents a5eb1f80 8f6e1257
......@@ -4,7 +4,7 @@
Todos.TodoInputComponent = Ember.TextField.extend({
focusOnInsert: function () {
// Re-set input value to get rid of a reduntant text selection
// Re-set input value to get rid of a redundant text selection
this.$().val(this.$().val());
this.$().focus();
}.on('didInsertElement')
......
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