aboutsummaryrefslogtreecommitdiff
path: root/docs/dist/js/bootstrap.js
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-10-09 20:26:49 -0700
committerMark Otto <[email protected]>2016-10-09 20:26:49 -0700
commit4493701ee2975a5041d0309ee4f06715f89675cb (patch)
treec62b2c78942a2dcce14e57260120c3784bf5e55e /docs/dist/js/bootstrap.js
parent9c8913c68455d097d3bcf88b050ebbb3e7a652f3 (diff)
downloadbootstrap-4493701ee2975a5041d0309ee4f06715f89675cb.tar.xz
bootstrap-4493701ee2975a5041d0309ee4f06715f89675cb.zip
grunt
Diffstat (limited to 'docs/dist/js/bootstrap.js')
-rw-r--r--docs/dist/js/bootstrap.js7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/dist/js/bootstrap.js b/docs/dist/js/bootstrap.js
index 8284059a8..aa9cc623e 100644
--- a/docs/dist/js/bootstrap.js
+++ b/docs/dist/js/bootstrap.js
@@ -2692,7 +2692,7 @@ var Tooltip = function ($) {
var Default = {
animation: true,
- template: '<div class="tooltip" role="tooltip">' + '<div class="tooltip-arrow"></div>' + '<div class="tooltip-inner"></div></div>',
+ template: '<div class="tooltip" role="tooltip">' + '<div class="tooltip-inner"></div></div>',
trigger: 'hover focus',
title: '',
delay: 0,
@@ -3269,7 +3269,7 @@ var Popover = function ($) {
placement: 'right',
trigger: 'click',
content: '',
- template: '<div class="popover" role="tooltip">' + '<div class="popover-arrow"></div>' + '<h3 class="popover-title"></h3>' + '<div class="popover-content"></div></div>'
+ template: '<div class="popover" role="tooltip">' + '<h3 class="popover-title"></h3>' + '<div class="popover-content"></div></div>'
});
var DefaultType = $.extend({}, Tooltip.DefaultType, {
@@ -3283,8 +3283,7 @@ var Popover = function ($) {
var Selector = {
TITLE: '.popover-title',
- CONTENT: '.popover-content',
- ARROW: '.popover-arrow'
+ CONTENT: '.popover-content'
};
var Event = {