Skip to content

Commit

Permalink
Merge pull request #5416 from arobins/strict
Browse files Browse the repository at this point in the history
Add explicit null template for array-selector
  • Loading branch information
kevinpschaaf authored Oct 31, 2018
2 parents 2db60f5 + d2d49dd commit 1ad496f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/elements/array-selector.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ class ArraySelector extends baseArraySelector {
// Not needed to find template; can be removed once the analyzer
// can find the tag name from customElements.define call
static get is() { return 'array-selector'; }
static get template() { return null; }
}
customElements.define(ArraySelector.is, ArraySelector);
export { ArraySelector };

0 comments on commit 1ad496f

Please sign in to comment.