Skip to content

Commit dced37e

Browse files
author
Graham Butler
committed
remove symbol tostringtag
1 parent 3a3cea6 commit dced37e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@author.io/element-select",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "author-select custom element (web component).",
55
"main": "dist/author-select.min.js",
66
"scripts": {
@@ -79,6 +79,7 @@
7979
"rollup*.js"
8080
],
8181
"globals": [
82+
"AuthorSelectElement",
8283
"customElements",
8384
"KeyboardEvent",
8485
"crypto",

src/element.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -459,10 +459,6 @@ class AuthorSelectElement extends AuthorBaseElement(HTMLElement) {
459459
setCustomValidity (string) {
460460
this.sourceElement.setCustomValidity(string)
461461
}
462-
463-
[Symbol.toStringTag] () {
464-
return 'AuthorSelectElement'
465-
}
466462
}
467463

468464
customElements.define('author-select', AuthorSelectElement)

0 commit comments

Comments
 (0)