Remove unncessary `null` check now that the fix is done properly

This commit is contained in:
Robin Ward 2014-12-04 16:13:55 -05:00
parent a1498925ef
commit e1f4d781d2
1 changed files with 0 additions and 3 deletions

View File

@ -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; }