Tooltip: Update _init to _create

This commit is contained in:
jzaefferer 2010-10-26 14:41:14 +02:00
parent bd22613af7
commit 9556eccc0b

View File

@ -27,7 +27,7 @@ $.widget("ui.tooltip", {
offset: "15 0"
}
},
_init: function() {
_create: function() {
var self = this;
this.tooltip = $("<div></div>")
.attr("id", "ui-tooltip-" + increments++)