mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 03:16:41 +08:00
Remove unncessary null
check now that the fix is done properly
This commit is contained in:
parent
a1498925ef
commit
e1f4d781d2
3
vendor/assets/javascripts/ember-cloaking.js
vendored
3
vendor/assets/javascripts/ember-cloaking.js
vendored
|
@ -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
Block a user