2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-08 17:22:31 +03:00

rebuild + fix #2539

This commit is contained in:
fat
2013-07-26 20:44:35 -07:00
parent 6fdb18b641
commit 38044e55ae
6 changed files with 8 additions and 2 deletions
+2
View File
@@ -27,6 +27,8 @@
this.init('popover', element, options)
}
if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js')
Popover.DEFAULTS = $.extend({} , $.fn.tooltip.Constructor.DEFAULTS, {
placement: 'right'
, trigger: 'click'