If you create a Tether instance with the default `classPrefix`, `"tether"`, it'll have the class `tether-target`. If you then call `setOptions{classPrefix: "myprefix"}`, it'll get the class `myprefix-target`… but will still have the `tether-target` class, too.