diff options
| author | Mark Otto <[email protected]> | 2014-06-26 09:13:24 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2014-06-26 09:13:24 -0700 |
| commit | ff6b279b3cd37e7e4e6bd93535afd016f6957afc (patch) | |
| tree | 151865f44db5b3f52a0a98e98598af5a73658ea9 /js/popover.js | |
| parent | 1de2f68bdcecd9a1e19548fe9152ead1b5e1bad4 (diff) | |
| download | bootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.tar.xz bootstrap-ff6b279b3cd37e7e4e6bd93535afd016f6957afc.zip | |
bump to v3.2.0
Diffstat (limited to 'js/popover.js')
| -rw-r--r-- | js/popover.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/popover.js b/js/popover.js index c8ec3bef4..825e1b390 100644 --- a/js/popover.js +++ b/js/popover.js @@ -1,5 +1,5 @@ /* ======================================================================== - * Bootstrap: popover.js v3.1.1 + * Bootstrap: popover.js v3.2.0 * http://getbootstrap.com/javascript/#popovers * ======================================================================== * Copyright 2011-2014 Twitter, Inc. @@ -19,7 +19,7 @@ if (!$.fn.tooltip) throw new Error('Popover requires tooltip.js') - Popover.VERSION = '3.1.1' + Popover.VERSION = '3.2.0' Popover.DEFAULTS = $.extend({}, $.fn.tooltip.Constructor.DEFAULTS, { placement: 'right', |
