Remove unncessary `null` check now that the fix is done properly
This commit is contained in:
parent
a1498925ef
commit
e1f4d781d2
|
@ -329,9 +329,6 @@
|
|||
},
|
||||
|
||||
updateChildView: function () {
|
||||
// If the element has been destroyed before this call occurs
|
||||
if (!this) { return; }
|
||||
|
||||
this._scheduled = false;
|
||||
if (!this._elementCreated || this.isDestroying || this.isDestroyed) { return; }
|
||||
|
||||
|
|
Loading…
Reference in New Issue