Skip to content

Instantly share code, notes, and snippets.

@thepassle
Created October 19, 2018 14:54
Show Gist options
  • Save thepassle/890398a76a8b419b19b257e757f149c0 to your computer and use it in GitHub Desktop.
Save thepassle/890398a76a8b419b19b257e757f149c0 to your computer and use it in GitHub Desktop.
_removeTodo(e) {
this._todos.splice(e.detail, 1);
this._renderTodoList();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment