tether
tether copied to clipboard
setOptions should extend options instead of requiring clone
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() )
+1
This would probably best be done as a new method like updateOptions
.