diff --git a/vendor/assets/javascripts/ember-cloaking.js b/vendor/assets/javascripts/ember-cloaking.js index 50eb5c678..b90c0113b 100644 --- a/vendor/assets/javascripts/ember-cloaking.js +++ b/vendor/assets/javascripts/ember-cloaking.js @@ -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; }