remove unused opts

pull/1937/head
Richard Harris 7 years ago
parent 203e6ae8c3
commit ff07629383

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

Loading…
Cancel
Save