Fix lint warning

This commit is contained in:
Kevin Schaaf
2018-05-08 15:31:16 -07:00
parent ccb29d27f9
commit ecf36f8ac8
2 changed files with 29 additions and 29 deletions

View File

@@ -99,7 +99,7 @@ window.MyElement = MyElement;
<dom-module id="sub-element">
<script type="module">
import { PolymerElement } from '../../polymer-element.js';
import '../../polymer-element.js';
class SubElement extends window.MyElement {