Skip to content

Commit

Permalink
Tooltip: Update _init to _create
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Oct 26, 2010
1 parent bd22613 commit 9556ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.tooltip.js
Expand Up @@ -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++)
Expand Down

0 comments on commit 9556ecc

Please sign in to comment.