Commit 8f6e1257 authored by Anders D. Johnson's avatar Anders D. Johnson

Fix typo "reduntant" to "redundant".

parent a5eb1f80
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
Todos.TodoInputComponent = Ember.TextField.extend({ Todos.TodoInputComponent = Ember.TextField.extend({
focusOnInsert: function () { 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.$().val(this.$().val());
this.$().focus(); this.$().focus();
}.on('didInsertElement') }.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