Skip to content

Commit

Permalink
Fix lint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
bicknellr committed Jun 11, 2018
1 parent 6ac4813 commit 77d4de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/gestures.html
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@
<label for="anInput">The label</label>
`;
document.body.appendChild(container);
})
});

teardown(function() {
document.body.removeChild(container);
Expand Down

0 comments on commit 77d4de1

Please sign in to comment.