Adding doc comment

This commit is contained in:
Matt Mo 2021-06-10 00:01:35 -07:00
parent d6142ea250
commit 8259fdb9ab

View File

@ -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) {