Created by: majornista
After storing the original title attribute, the title attribute should not be replaced with an empty string, which would result in an accessibility violation on elements, like input, that may use the title for a label. This seems to have been improperly translated from the source material: https://github.com/jaz303/tipsy/blob/master/src/javascripts/jquery.tipsy.js#L94.