remove title option from tipsy shim

This commit is contained in:
Hendrik Leppelsack 2015-07-26 17:09:28 +02:00
parent 5b21ed805c
commit 6574dfcf23

View file

@ -1886,9 +1886,7 @@ jQuery.fn.tipsy = function(argument) {
if(argument.html) {
options.html = true;
}
if(argument.title) {
options.title = argument.title;
} else if(argument.fallback) {
if(argument.fallback) {
options.title = argument.fallback;
}
// destroy old tooltip in case the title has changed