Renamed variable.

This commit is contained in:
MattMo 2022-10-28 08:02:37 -07:00
parent 118e4367df
commit 58f1ceb512

View File

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