瀏覽代碼

adjust comment indentation

Evan You 10 年之前
父節點
當前提交
dc9fc33ce8
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      src/fragment/fragment.js

+ 5 - 5
src/fragment/fragment.js

@@ -157,11 +157,11 @@ Fragment.prototype.beforeRemove = function () {
     this.childFrags[i].beforeRemove(false)
   }
   for (i = 0, l = this.children.length; i < l; i++) {
-   // 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.
+    // 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.
     this.children[i].$destroy(false, true)
   }
   var dirs = this.unlink.dirs