Skip to content

Commit

Permalink
fix lint issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Apr 2, 2019
1 parent 4e1d6a1 commit 439c245
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/unit/polymer-dom-nopatch.html
Expand Up @@ -553,7 +553,7 @@
assert.equal(getComputedStyle(el.$.className)['padding-top'], '4px');
assert.isTrue(el.$.className.classList.contains('style-scope'));
document.body.removeChild(el);
})
});

});
</script>
Expand Down
2 changes: 1 addition & 1 deletion test/unit/polymer-dom.html
Expand Up @@ -534,7 +534,7 @@
assert.equal(getComputedStyle(el.$.className)['border-top-width'], '12px');
assert.equal(getComputedStyle(el.$.className)['padding-top'], '4px');
document.body.removeChild(el);
})
});

});
</script>
Expand Down

0 comments on commit 439c245

Please sign in to comment.