implement builder pattern in tipsy shim

This commit is contained in:
Hendrik Leppelsack 2015-09-22 23:31:50 +02:00 committed by Morris Jobke
parent 9fbd3fa6c1
commit 3f0a870908
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;
}