FIX: calling the correct callback on 'add' on Todos
The call to this.addAll for the 'add' event on Todos is redundant and incorrect, this fix corrects it.
Showing
Please register or sign in to comment
The call to this.addAll for the 'add' event on Todos is redundant and incorrect, this fix corrects it.