Skip to content

Commit 06586b9

Browse files
committed
small fix
1 parent 2bf0dd3 commit 06586b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

diffDOM.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -830,7 +830,6 @@
830830
value: node.data
831831
}));
832832
index -= 1;
833-
return diffs;
834833
} else {
835834
diffs.push(new Diff({
836835
action: 'removeElement',
@@ -881,7 +880,7 @@
881880
to: toGroup,
882881
route: route
883882
})];
884-
}
883+
}
885884
}
886885
}
887886
index += 1;

0 commit comments

Comments
 (0)