Skip to content

Commit

Permalink
Issue #10: WIP: Fixing incomplete comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
patricknelson committed Sep 30, 2023
1 parent 8231c07 commit 629420c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ export default function(opts) {
* it's difficult to know what the correct/final slot content will be until after the parser has rendered the DOM for
* us.
*
* When performing shadow DOM rendering, it provides an un-styled container where we can attach
* When performing shadow DOM rendering, it provides an un-styled container where we can attach the Svelte component
* once it begins rendering.
*/
if (!window.customElements.get('svelte-retag')) {
window.customElements.define('svelte-retag', class extends HTMLElement {
Expand Down

0 comments on commit 629420c

Please sign in to comment.