Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions templates/singleElement.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
(function(){
/**
* The template that is used for the shadow root for every copy of your element,
* which houses the styles and layout for the element.
Expand Down Expand Up @@ -68,3 +69,4 @@ class /* {className} */ extends HTMLElement {
}

customElements.define("/* {tagName} */", /* {className} */);
})();