Renamed variable.
This commit is contained in:
parent
118e4367df
commit
58f1ceb512
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user