update test

pull/2238/head
Richard Harris 6 years ago
parent 170f52ab17
commit bd4d561fec

@ -1,5 +1,5 @@
/* generated by Svelte vX.Y.Z */
import { SvelteComponent as SvelteComponent_1, animate, append, blankObject, createComment, createElement, createText, detachNode, fixAndOutroAndDestroyBlock, fix_position, flush, init, insert, noop, safe_not_equal, setData, updateKeyedEach } from "svelte/internal";
import { SvelteComponent as SvelteComponent_1, append, blankObject, createComment, createElement, createText, create_animation, detachNode, fixAndOutroAndDestroyBlock, fix_position, flush, init, insert, noop, safe_not_equal, setData, updateKeyedEach } from "svelte/internal";
function get_each_context(ctx, list, i) {
const child_ctx = Object.create(ctx);
@ -44,7 +44,7 @@ function create_each_block(key_1, ctx) {
a() {
stop_animation();
stop_animation = animate(div, rect, foo, {});
stop_animation = create_animation(div, rect, foo, {});
},
d(detach) {

Loading…
Cancel
Save