Skip to content

Commit dc9fc33

Browse files
committed
adjust comment indentation
1 parent a257d02 commit dc9fc33

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/fragment/fragment.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -157,11 +157,11 @@ Fragment.prototype.beforeRemove = function () {
157157
this.childFrags[i].beforeRemove(false)
158158
}
159159
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.
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.
165165
this.children[i].$destroy(false, true)
166166
}
167167
var dirs = this.unlink.dirs

0 commit comments

Comments
 (0)