Skip to content

Commit

Permalink
Fix lint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed May 8, 2018
1 parent ccb29d2 commit ecf36f8
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 29 deletions.
56 changes: 28 additions & 28 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion test/unit/polymer.element.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@

<dom-module id="sub-element">
<script type="module">
import { PolymerElement } from '../../polymer-element.js';
import '../../polymer-element.js';

class SubElement extends window.MyElement {

Expand Down

0 comments on commit ecf36f8

Please sign in to comment.