Skip to content

Commit f17f73b

Browse files
author
Mark
committed
0.8.2
1 parent 35dccb2 commit f17f73b

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

dist/router-component.common.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* Router-component v0.8.1
2+
* Router-component v0.8.2
33
* https://npm.com/router-component
44
*
55
* Copyright (c) 2019 Mark Kennedy
@@ -170,6 +170,7 @@ class RouterComponent extends HTMLElement {
170170
document.title = this.originalDocumentTitle;
171171
}
172172
}
173+
// eslint-disable-next-line no-unused-vars
173174
teardownElement(element) {
174175
document.title = this.originalDocumentTitle;
175176
}

dist/router-component.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ class RouterComponent extends HTMLElement {
158158
document.title = this.originalDocumentTitle;
159159
}
160160
}
161+
// eslint-disable-next-line no-unused-vars
161162
teardownElement(element) {
162163
document.title = this.originalDocumentTitle;
163164
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "router-component",
3-
"version": "0.8.1",
3+
"version": "0.8.2",
44
"description": "A simple, declarative router for web components",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)