paypal / bootstrap-accessibility-plugin

Accessibility Plugin for Bootstrap 3 and Bootstrap 3 as SubModule
http://paypal.github.io/bootstrap-accessibility-plugin/demo.html
BSD 3-Clause "New" or "Revised" License
790 stars 189 forks source link

Added missing return this to hide() for popover #41

Closed LeifErshag closed 10 years ago

LeifErshag commented 10 years ago

This is the same as issue #26, but for popover instead of tooltip.

Also fixed a bug where the hidefunction for Tooltip was used instead of the one for popover.

Tested in Chrome only.