diff options
| author | Johann-S <[email protected]> | 2017-05-24 14:09:36 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-24 14:57:40 +0200 |
| commit | 4c3b6c5ceb8eda2f0c3f23317d5862248c6d6f9b (patch) | |
| tree | 4371db7741ada3098af2b6e4ce5e20055fbda825 /js/src | |
| parent | 2c72af88ee177758f67bc7797b95f7dfc95f701b (diff) | |
| download | bootstrap-4c3b6c5ceb8eda2f0c3f23317d5862248c6d6f9b.tar.xz bootstrap-4c3b6c5ceb8eda2f0c3f23317d5862248c6d6f9b.zip | |
Placement auto for popovers
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/popover.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/popover.js b/js/src/popover.js index 6c9d78664..a068420d6 100644 --- a/js/src/popover.js +++ b/js/src/popover.js @@ -23,7 +23,7 @@ const Popover = (($) => { const EVENT_KEY = `.${DATA_KEY}` const JQUERY_NO_CONFLICT = $.fn[NAME] const CLASS_PREFIX = 'bs-popover' - const BSCLS_PREFIX_REGEX = new RegExp(`(^|\\s)${CLASS_PREFIX}\\S+`, 'g') + const BSCLS_PREFIX_REGEX = new RegExp(`(^|\\s)${CLASS_PREFIX}\\S+`, 'g') const Default = $.extend({}, Tooltip.Default, { placement : 'right', |
