remove unused argument

pull/4860/head
Richard Harris 5 years ago
parent 18e81d5cce
commit c365bb5d4f

@ -56,7 +56,7 @@ export function update_keyed_each(old_blocks, dirty, get_key, dynamic, ctx, list
function insert(block) { function insert(block) {
transition_in(block, 1); transition_in(block, 1);
block.m(node, next, lookup.has(block.key)); block.m(node, next);
lookup.set(block.key, block); lookup.set(block.key, block);
next = block.first; next = block.first;
n--; n--;

Loading…
Cancel
Save