Skip to content

Commit

Permalink
fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreedm committed Dec 4, 2017
1 parent 3b76e86 commit f242e19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/unit/dir.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,10 +164,10 @@
<script>
addEventListener('WebComponentsReady', () => {
class XComplicated extends Polymer.DirMixin(Polymer.Element) {
static get is() {return 'x-complicated'}
static get is() {return 'x-complicated';}
}
customElements.define(XComplicated.is, XComplicated);
})
});
</script>
</dom-module>

Expand Down

0 comments on commit f242e19

Please sign in to comment.