mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 08:44:07 -04:00
implement builder pattern in tipsy shim
This commit is contained in:
parent
9fbd3fa6c1
commit
3f0a870908
1 changed files with 1 additions and 0 deletions
|
|
@ -1972,4 +1972,5 @@ jQuery.fn.tipsy = function(argument) {
|
|||
this.tooltip(argument);
|
||||
jQuery.fn.tooltip.call(this, argument);
|
||||
}
|
||||
return this;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue