diff options
author | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-26 14:41:14 +0200 |
---|---|---|
committer | jzaefferer <joern.zaefferer@gmail.com> | 2010-10-26 14:41:14 +0200 |
commit | 9556eccc0b790fb4e2cf2198696fc115cccdc1ba (patch) | |
tree | 6cf000a34ca5cb78deeb45c2e7b8f54ee2d6cfd1 /ui/jquery.ui.tooltip.js | |
parent | bd22613af72f66aed2a0849491a6c8b56b06798a (diff) | |
download | jquery-ui-9556eccc0b790fb4e2cf2198696fc115cccdc1ba.tar.gz jquery-ui-9556eccc0b790fb4e2cf2198696fc115cccdc1ba.zip |
Tooltip: Update _init to _create
Diffstat (limited to 'ui/jquery.ui.tooltip.js')
-rw-r--r-- | ui/jquery.ui.tooltip.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.tooltip.js b/ui/jquery.ui.tooltip.js index 454cc6901..91c60d603 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 = $("<div></div>") .attr("id", "ui-tooltip-" + increments++) |