tether icon indicating copy to clipboard operation
tether copied to clipboard

setOptions should extend options instead of requiring clone

Open davidosomething opened this issue 10 years ago • 2 comments

calling setOptions always requires a complete set of options including element and target For existing tether instances, setOptions should just update the keys provided (like _.extend() )

davidosomething avatar Oct 07 '14 16:10 davidosomething

+1

xdumaine avatar Jan 19 '15 22:01 xdumaine

This would probably best be done as a new method like updateOptions.

dantman avatar Jul 31 '15 09:07 dantman