Skip to content

Commit

Permalink
Merge pull request tastejs#1504 from adjohnson916/patch-1
Browse files Browse the repository at this point in the history
Fix typo "reduntant" to "redundant".
  • Loading branch information
arthurvr committed Nov 7, 2015
2 parents a5eb1f8 + 8f6e125 commit 069f01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/emberjs/js/views/todo_input_component.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 069f01a

Please sign in to comment.