diff options
| author | Johann-S <[email protected]> | 2017-05-24 13:48:32 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2017-05-24 14:57:40 +0200 |
| commit | 2c72af88ee177758f67bc7797b95f7dfc95f701b (patch) | |
| tree | 858f16deafe3c1358e48a92ac12f03c9d943aa4a /js/src | |
| parent | 460ff235fa26834b35a99c1b71dd67cd6835e88a (diff) | |
| download | bootstrap-2c72af88ee177758f67bc7797b95f7dfc95f701b.tar.xz bootstrap-2c72af88ee177758f67bc7797b95f7dfc95f701b.zip | |
Placement auto for tooltips
Diffstat (limited to 'js/src')
| -rw-r--r-- | js/src/tooltip.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/js/src/tooltip.js b/js/src/tooltip.js index ceb9bc04c..1d53b0470 100644 --- a/js/src/tooltip.js +++ b/js/src/tooltip.js @@ -51,6 +51,7 @@ const Tooltip = (($) => { } const AttachmentMap = { + AUTO : 'auto', TOP : 'top', RIGHT : 'right', BOTTOM : 'bottom', |
