0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-12-01 17:30:59 +01:00

remove unused opts

This commit is contained in:
Richard Harris 2018-12-31 16:47:35 -05:00
parent 203e6ae8c3
commit ff07629383

View File

@ -293,7 +293,7 @@ export function spring(value, opts = {}) {
const spring = {
set,
update: (fn, opts) => set(fn(target_value, value), opts),
update: fn => set(fn(target_value, value)),
subscribe: store.subscribe,
stiffness,
damping