From 8259fdb9abfe06b02a11209d37b8ff14a14651f4 Mon Sep 17 00:00:00 2001 From: Matt Mo Date: Thu, 10 Jun 2021 00:01:35 -0700 Subject: [PATCH] Adding doc comment --- ignite-template.js | 1 + 1 file changed, 1 insertion(+) diff --git a/ignite-template.js b/ignite-template.js index 33f98bf..0c2b06f 100644 --- a/ignite-template.js +++ b/ignite-template.js @@ -2048,6 +2048,7 @@ class list extends IgniteTemplate { */ class slot extends IgniteTemplate { /** + * Creates a new slot with the element who's children will be injected. * @param {IgniteElement} element The parent IgniteElement that this slot is for. */ constructor(element) {