Skip to content

Commit 9556ecc

Browse files
committed
Tooltip: Update _init to _create
1 parent bd22613 commit 9556ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.tooltip.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ $.widget("ui.tooltip", {
2727
offset: "15 0"
2828
}
2929
},
30-
_init: function() {
30+
_create: function() {
3131
var self = this;
3232
this.tooltip = $("<div></div>")
3333
.attr("id", "ui-tooltip-" + increments++)

0 commit comments

Comments
 (0)