Skip to content

Commit

Permalink
feat(checkbox): missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
abhiomkar committed May 15, 2019
1 parent 66f9a1c commit c98999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/screenshot/spec/mdc-checkbox/fixture.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ document.getElementById('checkbox-indeterminate-disabled').indeterminate = true;

[].slice.call(document.querySelectorAll('.mdc-checkbox')).forEach((el) => {
mdc.checkbox.MDCCheckbox.attachTo(el);
})
});

window.mdc.testFixture.notifyDomReady();

0 comments on commit c98999d

Please sign in to comment.