Commit e0d66819 authored by Bryce Johnson's avatar Bryce Johnson

Fix todos specs.

parent ed8f27e6
((global) => {
class Todos {
constructor({ el }) {
constructor({ el } = {}) {
this.allDoneClicked = this.allDoneClicked.bind(this);
this.doneClicked = this.doneClicked.bind(this);
this.el = el || $('.js-todos-options');
......
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