Merge pull request #19285 from owncloud/fix-strengthify-tipsy
Implement builder pattern in tipsy shim
This commit is contained in:
commit
d0b17ec8d6
|
@ -1972,4 +1972,5 @@ jQuery.fn.tipsy = function(argument) {
|
|||
this.tooltip(argument);
|
||||
jQuery.fn.tooltip.call(this, argument);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue