mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-12-02 11:59:17 -05:00
Remove unncessary null
check now that the fix is done properly
This commit is contained in:
parent
a1498925ef
commit
e1f4d781d2
1 changed files with 0 additions and 3 deletions
3
vendor/assets/javascripts/ember-cloaking.js
vendored
3
vendor/assets/javascripts/ember-cloaking.js
vendored
|
@ -329,9 +329,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
updateChildView: function () {
|
updateChildView: function () {
|
||||||
// If the element has been destroyed before this call occurs
|
|
||||||
if (!this) { return; }
|
|
||||||
|
|
||||||
this._scheduled = false;
|
this._scheduled = false;
|
||||||
if (!this._elementCreated || this.isDestroying || this.isDestroyed) { return; }
|
if (!this._elementCreated || this.isDestroying || this.isDestroyed) { return; }
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue