diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index 454cc690126..91c60d6032a 100644 --- a/ui/jquery.ui.tooltip.js +++ b/ui/jquery.ui.tooltip.js @@ -27,7 +27,7 @@ $.widget("ui.tooltip", { offset: "15 0" } }, - _init: function() { + _create: function() { var self = this; this.tooltip = $("
") .attr("id", "ui-tooltip-" + increments++)