mirror of
https://github.com/Polymer/polymer.git
synced 2025-02-25 18:55:30 -06:00
Fix lint warning
This commit is contained in:
@@ -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 {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user