We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a257d02 commit dc9fc33Copy full SHA for dc9fc33
src/fragment/fragment.js
@@ -157,11 +157,11 @@ Fragment.prototype.beforeRemove = function () {
157
this.childFrags[i].beforeRemove(false)
158
}
159
for (i = 0, l = this.children.length; i < l; i++) {
160
- // Call destroy for all contained instances,
161
- // with remove:false and defer:true.
162
- // Defer is necessary because we need to
163
- // keep the children to call detach hooks
164
- // on them.
+ // Call destroy for all contained instances,
+ // with remove:false and defer:true.
+ // Defer is necessary because we need to
+ // keep the children to call detach hooks
+ // on them.
165
this.children[i].$destroy(false, true)
166
167
var dirs = this.unlink.dirs
0 commit comments