diff --git a/ignite-template.js b/ignite-template.js index 3b446aa..46b6cb9 100644 --- a/ignite-template.js +++ b/ignite-template.js @@ -1193,7 +1193,7 @@ class IgniteTemplate { } //Invoke any custom constructors. - this._constructors.forEach(c => c(parent, sibling)); + this._constructors.forEach(callback => callback(parent, sibling)); //If our element has not been added to the dom yet, then add it. if (this.element.isConnected == false && this.element.parentElement == null) {