]> source.dussan.org Git - jquery-ui.git/commit
Tooltip: Only bind remove handler for delegated tooltips
authorScott González <scott.gonzalez@gmail.com>
Thu, 2 Jan 2014 21:51:32 +0000 (16:51 -0500)
committerScott González <scott.gonzalez@gmail.com>
Thu, 9 Jan 2014 09:12:35 +0000 (04:12 -0500)
commita8ff77360b78b7eabcffd97b8b11c2d1f150ed4e
treebaed58e169c4f984343a7ac907281dcaee184f0d
parent247257ebc9678fba708fc8f3f6835a95afaf2074
Tooltip: Only bind remove handler for delegated tooltips

The remove handler was being added for every tooltip, but only removed for
delegated tooltips. The default destroy behavior already handles non-delegated
tooltips, so the handler should only be added for delegated tooltips.

Fixes #9531
Closes gh-1156
ui/jquery.ui.tooltip.js