Skip to content

Commit

Permalink
Fix lint warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jul 18, 2018
1 parent 9a75976 commit 16e695f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/strict-template-policy.html
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@
assertThrows(function() {
class HasNoTemplateThrows extends Polymer.Element {
static get is() { return 'has-no-template-throws'; }
};
}
customElements.define(HasNoTemplateThrows.is, HasNoTemplateThrows);
var el = document.createElement('has-no-template-throws');
document.getElementById('target').appendChild(el);
Expand Down

0 comments on commit 16e695f

Please sign in to comment.