Merge pull request #19285 from owncloud/fix-strengthify-tipsy

Implement builder pattern in tipsy shim
This commit is contained in:
Thomas Müller 2015-09-23 10:55:48 +02:00
commit d0b17ec8d6
1 changed files with 1 additions and 0 deletions

View File

@ -1972,4 +1972,5 @@ jQuery.fn.tipsy = function(argument) {
this.tooltip(argument);
jQuery.fn.tooltip.call(this, argument);
}
return this;
}