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:
parent
203e6ae8c3
commit
ff07629383
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user