diff options
author | Thomas Park <thomas@thomaspark.co> | 2015-11-24 18:28:55 -0500 |
---|---|---|
committer | Thomas Park <thomas@thomaspark.co> | 2015-11-24 18:28:55 -0500 |
commit | 3111a85f81a3fb53c7e1259d4a7d298b58d5ccfc (patch) | |
tree | 693196431854c805677a065c4e8f31abc7f19c19 /bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js | |
parent | ffda96bcf751dee3c70d66507de349bdb2220224 (diff) |
update bootstrap to 3.3.6
Diffstat (limited to 'bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js')
-rw-r--r-- | bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js b/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js index aef22d16..f2362e01 100644 --- a/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js +++ b/bower_components/bootstrap-sass-official/assets/javascripts/bootstrap/popover.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: popover.js v3.3.5 + * Bootstrap: popover.js v3.3.6 * http://getbootstrap.com/javascript/#popovers * ======================================================================== * Copyright 2011-2015 Twitter, Inc. @@ -19,7 +19,7 @@ if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') - Popover.VERSION = '3.3.5' + Popover.VERSION = '3.3.6' Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, { placement: 'right', |